Color: #FF36FC

#FF36FC Color Information

#FF36FC is a light color. The closest websafe version is #FF36FC. A complement of this color would be #38FF3B, perceived brightness is 0.54, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 301°,a saturation of 99%, and a lightness of 61%.The HSV representation shows a hue of 301°, a saturation of 79%, and a value of 100%.

In a RGB color space, #FF36FC is composed of 100% red, 21% green and 99% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 79% magenta, 1% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 30.80, x: 0.3661, and y: 0.1913.

Color Code #FF36FC

#FF36FCrgb(255, 54, 252)
HEX
#FF36FC
RGB
rgb(255, 54, 252)
HSL
hsl(301, 100%, 61%)
HSV
hsv(301, 79%, 100%)
CMYK
0%, 79%, 1%, 0%
XYZ
X: 58.96, Y: 30.80, Z: 71.27
Lab
L: 62.33, a: 86.73, b: -55.41
Name

Shades of Color #FF36FC

Shades are created by darkening the original color #FF36FC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #FF36FC

Tints are created by lightening the original color #FF36FC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#FF36FCrgb(255, 54, 252)

About #FF36FC Color Code

In the HSL color space, this color has a hue angle of 301°, a saturation of 100%, and a lightness of 61%. The HSV representation shows a hue of 301°, a saturation of 79%, and a value of 100%.

  • HEX: #FF36FC
  • RGB: rgb(255, 54, 252)
  • HSL: hsl(301, 100%, 61%)
  • HSV: hsv(301, 79%, 100%)
  • CMYK: 0.00% cyan, 79.00% magenta, 100.00% yellow, 0.00% black
  • XYZ: 58.96, 30.80, 71.27
  • Yxy: 30.80, 0.3661, 0.1913
  • Hunter Lab: 62.33, 86.73, -55.41
  • CIE-Lab: 62.33, 86.73, -55.41

In the XYZ color space, this color is represented as X: 58.96, Y: 30.80, Z: 71.27. The Yxy representation further refines this as Y: 30.80, x: 0.3661, and y: 0.1913.

In the Hunter Lab color space, this color is represented as L: 62.33, a: 86.73, and b: -55.41. Similarly, in the CIE-Lab color space, it is represented as L: 62.33, a: 86.73, and b: -55.41.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #FF36FC

Triadic colors are three colors evenly spaced around the color wheel, including #FF36FC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #FF36FC

Analogous colors are adjacent to #FF36FC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #FF36FC

Split complementary colors are two colors adjacent to the complementary color of #FF36FC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FF36FC

Tetradic colors form a rectangle on the color wheel, including #FF36FC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FF36FC

Monochromatic colors are variations of #FF36FC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #FF36FC

The complementary color of #FF36FC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #FF36FC

/* Using HEX */
body {
  background-color: #ff36fc;
}
/* Using RGB */
body {
  background-color: rgb(255, 54, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 54, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(301, 100%, 61%);
}
/* Text color */
p {
  color: #ff36fc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ff36fc;
}
/* Border color */
.box {
  border: 4px solid #ff36fc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ff36fc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ff36fc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FF36FC
On Black Background
#FF36FC
On White Background
#FF36FC

HTML Examples of #FF36FC

<!-- Using HEX -->
<div style="background-color: #ff36fc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(255, 54, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(255, 54, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(301, 100%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ff36fc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ff36fc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ff36fc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ff36fc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ff36fc; color: #fff; padding: 16px; border-radius: 8px;">
  #FF36FC
</div>
#FF36FC
On Black Background
#FF36FC
On White Background
#FF36FC

Related Colors of #FF36FC

These colors are similar to #FF36FC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.