Shades of Neon Pink #FC5EC9
Tints of Neon Pink #FC5EC9
RGB
CMYK
RGB Variations
Color information
#FC5EC9 (or 0xFC5EC9) is known color: Neon Pink. HEX triplet: FC, 5E and C9. RGB value is (252,94,201). Sum of RGB (Red+Green+Blue) = 252+94+201=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5EC9 is #03A136. Grayscale: #999999. Windows color (decimal): -237879 or 13197052. OLE color: 13197052.
HSL color Cylindrical-coordinate representation of color #FC5EC9: hue angle of 319.37º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5EC9 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 201 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.01 |
| HSL | 319.37º | 0.96% | 0.68% | - |
| HSV(B) | 319.37º | 0.63% | 0.99% | - |
| XYZ | 54.69 | 32.92 | 58.73 | - |
| YUV | 153.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 201 | 0 | 0.63 | 0.20 | 0.01 | 319.37 | 0.96 | 0.68 |
| Hex | FC | 5E | C9 | 0 | 3F | 14 | 1 | 13F | 60 | 44 |
| Octal | 374 | 136 | 311 | 0 | 77 | 24 | 1 | 477 | 140 | 104 |
| Binary | 11111100 | 1011110 | 11001001 | 0 | 111111 | 10100 | 1 | 100111111 | 1100000 | 1000100 |
Color Harmonies of #FC5EC9
Complementary color
Monochromatic Colors of #FC5EC9
Black with #FC5EC9
Text Example
Text Example
White with #FC5EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5EC9; }
p { color: rgb(252,94,201); }
H1.HeaderClassName
{
color: #FC5EC9;
}
.AnyTagClassName
{
color: #FC5EC9;
}
</style>
background-color css
<style>
a { background-color: #FC5EC9; }
a { background-color: rgb(252,94,201); }
div.DivClassName
{
background-color: #FC5EC9;
}
.BgClassName
{
background-color: #FC5EC9;
}
</style>
border-color css
<style>
span { border-color: #FC5EC9; }
span { border-color: rgb(252,94,201); }
td.TdClassName
{
border-color: #FC5EC9;
}
.TagClassName
{
border-color: #FC5EC9;
}
</style>