Shades of Neon Pink #FC51C9
Tints of Neon Pink #FC51C9
RGB
CMYK
RGB Variations
Color information
#FC51C9 (or 0xFC51C9) is known color: Neon Pink. HEX triplet: FC, 51 and C9. RGB value is (252,81,201). Sum of RGB (Red+Green+Blue) = 252+81+201=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51C9 is #03AE36. Grayscale: #919191. Windows color (decimal): -241207 or 13193724. OLE color: 13193724.
HSL color Cylindrical-coordinate representation of color #FC51C9: hue angle of 317.89º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC51C9 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 201 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.01 |
| HSL | 317.89º | 0.97% | 0.65% | - |
| HSV(B) | 317.89º | 0.68% | 0.99% | - |
| XYZ | 53.63 | 30.8 | 58.38 | - |
| YUV | 145.81 | 159.15 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 201 | 0 | 0.68 | 0.20 | 0.01 | 317.89 | 0.97 | 0.65 |
| Hex | FC | 51 | C9 | 0 | 44 | 14 | 1 | 13E | 61 | 41 |
| Octal | 374 | 121 | 311 | 0 | 104 | 24 | 1 | 476 | 141 | 101 |
| Binary | 11111100 | 1010001 | 11001001 | 0 | 1000100 | 10100 | 1 | 100111110 | 1100001 | 1000001 |
Color Harmonies of #FC51C9
Complementary color
Monochromatic Colors of #FC51C9
Black with #FC51C9
Text Example
Text Example
White with #FC51C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51C9; }
p { color: rgb(252,81,201); }
H1.HeaderClassName
{
color: #FC51C9;
}
.AnyTagClassName
{
color: #FC51C9;
}
</style>
background-color css
<style>
a { background-color: #FC51C9; }
a { background-color: rgb(252,81,201); }
div.DivClassName
{
background-color: #FC51C9;
}
.BgClassName
{
background-color: #FC51C9;
}
</style>
border-color css
<style>
span { border-color: #FC51C9; }
span { border-color: rgb(252,81,201); }
td.TdClassName
{
border-color: #FC51C9;
}
.TagClassName
{
border-color: #FC51C9;
}
</style>