Shades of Neon Pink #FC5ECD
Tints of Neon Pink #FC5ECD
RGB
CMYK
RGB Variations
Color information
#FC5ECD (or 0xFC5ECD) is known color: Neon Pink. HEX triplet: FC, 5E and CD. RGB value is (252,94,205). Sum of RGB (Red+Green+Blue) = 252+94+205=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ECD is #03A132. Grayscale: #999999. Windows color (decimal): -237875 or 13459196. OLE color: 13459196.
HSL color Cylindrical-coordinate representation of color #FC5ECD: hue angle of 317.85º 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 #FC5ECD is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 205 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.01 |
| HSL | 317.85º | 0.96% | 0.68% | - |
| HSV(B) | 317.85º | 0.63% | 0.99% | - |
| XYZ | 55.17 | 33.11 | 61.24 | - |
| YUV | 153.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 205 | 0 | 0.63 | 0.19 | 0.01 | 317.85 | 0.96 | 0.68 |
| Hex | FC | 5E | CD | 0 | 3F | 13 | 1 | 13E | 60 | 44 |
| Octal | 374 | 136 | 315 | 0 | 77 | 23 | 1 | 476 | 140 | 104 |
| Binary | 11111100 | 1011110 | 11001101 | 0 | 111111 | 10011 | 1 | 100111110 | 1100000 | 1000100 |
Color Harmonies of #FC5ECD
Complementary color
Monochromatic Colors of #FC5ECD
Black with #FC5ECD
Text Example
Text Example
White with #FC5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5ECD; }
p { color: rgb(252,94,205); }
H1.HeaderClassName
{
color: #FC5ECD;
}
.AnyTagClassName
{
color: #FC5ECD;
}
</style>
background-color css
<style>
a { background-color: #FC5ECD; }
a { background-color: rgb(252,94,205); }
div.DivClassName
{
background-color: #FC5ECD;
}
.BgClassName
{
background-color: #FC5ECD;
}
</style>
border-color css
<style>
span { border-color: #FC5ECD; }
span { border-color: rgb(252,94,205); }
td.TdClassName
{
border-color: #FC5ECD;
}
.TagClassName
{
border-color: #FC5ECD;
}
</style>