Shades of Neon Pink #FC5CCD
Tints of Neon Pink #FC5CCD
RGB
CMYK
RGB Variations
Color information
#FC5CCD (or 0xFC5CCD) is known color: Neon Pink. HEX triplet: FC, 5C and CD. RGB value is (252,92,205). Sum of RGB (Red+Green+Blue) = 252+92+205=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5CCD is #03A332. Grayscale: #989898. Windows color (decimal): -238387 or 13458684. OLE color: 13458684.
HSL color Cylindrical-coordinate representation of color #FC5CCD: hue angle of 317.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5CCD is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 205 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.01 |
| HSL | 317.63º | 0.96% | 0.67% | - |
| HSV(B) | 317.63º | 0.63% | 0.99% | - |
| XYZ | 54.99 | 32.76 | 61.18 | - |
| YUV | 152.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 205 | 0 | 0.63 | 0.19 | 0.01 | 317.63 | 0.96 | 0.67 |
| Hex | FC | 5C | CD | 0 | 3F | 13 | 1 | 13E | 60 | 43 |
| Octal | 374 | 134 | 315 | 0 | 77 | 23 | 1 | 476 | 140 | 103 |
| Binary | 11111100 | 1011100 | 11001101 | 0 | 111111 | 10011 | 1 | 100111110 | 1100000 | 1000011 |
Color Harmonies of #FC5CCD
Complementary color
Monochromatic Colors of #FC5CCD
Black with #FC5CCD
Text Example
Text Example
White with #FC5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CCD; }
p { color: rgb(252,92,205); }
H1.HeaderClassName
{
color: #FC5CCD;
}
.AnyTagClassName
{
color: #FC5CCD;
}
</style>
background-color css
<style>
a { background-color: #FC5CCD; }
a { background-color: rgb(252,92,205); }
div.DivClassName
{
background-color: #FC5CCD;
}
.BgClassName
{
background-color: #FC5CCD;
}
</style>
border-color css
<style>
span { border-color: #FC5CCD; }
span { border-color: rgb(252,92,205); }
td.TdClassName
{
border-color: #FC5CCD;
}
.TagClassName
{
border-color: #FC5CCD;
}
</style>