Shades of Neon Pink #FC5CCC
Tints of Neon Pink #FC5CCC
RGB
CMYK
RGB Variations
Color information
#FC5CCC (or 0xFC5CCC) is known color: Neon Pink. HEX triplet: FC, 5C and CC. RGB value is (252,92,204). Sum of RGB (Red+Green+Blue) = 252+92+204=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5CCC is #03A333. Grayscale: #989898. Windows color (decimal): -238388 or 13393148. OLE color: 13393148.
HSL color Cylindrical-coordinate representation of color #FC5CCC: hue angle of 318º 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 #FC5CCC is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 204 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.01 |
| HSL | 318º | 0.96% | 0.67% | - |
| HSV(B) | 318º | 0.63% | 0.99% | - |
| XYZ | 54.87 | 32.71 | 60.55 | - |
| YUV | 152.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 204 | 0 | 0.63 | 0.19 | 0.01 | 318 | 0.96 | 0.67 |
| Hex | FC | 5C | CC | 0 | 3F | 13 | 1 | 13E | 60 | 43 |
| Octal | 374 | 134 | 314 | 0 | 77 | 23 | 1 | 476 | 140 | 103 |
| Binary | 11111100 | 1011100 | 11001100 | 0 | 111111 | 10011 | 1 | 100111110 | 1100000 | 1000011 |
Color Harmonies of #FC5CCC
Complementary color
Monochromatic Colors of #FC5CCC
Black with #FC5CCC
Text Example
Text Example
White with #FC5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CCC; }
p { color: rgb(252,92,204); }
H1.HeaderClassName
{
color: #FC5CCC;
}
.AnyTagClassName
{
color: #FC5CCC;
}
</style>
background-color css
<style>
a { background-color: #FC5CCC; }
a { background-color: rgb(252,92,204); }
div.DivClassName
{
background-color: #FC5CCC;
}
.BgClassName
{
background-color: #FC5CCC;
}
</style>
border-color css
<style>
span { border-color: #FC5CCC; }
span { border-color: rgb(252,92,204); }
td.TdClassName
{
border-color: #FC5CCC;
}
.TagClassName
{
border-color: #FC5CCC;
}
</style>