Shades of Neon Pink #FC51C5
Tints of Neon Pink #FC51C5
RGB
CMYK
RGB Variations
Color information
#FC51C5 (or 0xFC51C5) is known color: Neon Pink. HEX triplet: FC, 51 and C5. RGB value is (252,81,197). Sum of RGB (Red+Green+Blue) = 252+81+197=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51C5 is #03AE3A. Grayscale: #919191. Windows color (decimal): -241211 or 12931580. OLE color: 12931580.
HSL color Cylindrical-coordinate representation of color #FC51C5: hue angle of 319.3º 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 #FC51C5 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 197 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.01 |
| HSL | 319.3º | 0.97% | 0.65% | - |
| HSV(B) | 319.3º | 0.68% | 0.99% | - |
| XYZ | 53.17 | 30.61 | 55.93 | - |
| YUV | 145.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 197 | 0 | 0.68 | 0.22 | 0.01 | 319.3 | 0.97 | 0.65 |
| Hex | FC | 51 | C5 | 0 | 44 | 16 | 1 | 13F | 61 | 41 |
| Octal | 374 | 121 | 305 | 0 | 104 | 26 | 1 | 477 | 141 | 101 |
| Binary | 11111100 | 1010001 | 11000101 | 0 | 1000100 | 10110 | 1 | 100111111 | 1100001 | 1000001 |
Color Harmonies of #FC51C5
Complementary color
Monochromatic Colors of #FC51C5
Black with #FC51C5
Text Example
Text Example
White with #FC51C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51C5; }
p { color: rgb(252,81,197); }
H1.HeaderClassName
{
color: #FC51C5;
}
.AnyTagClassName
{
color: #FC51C5;
}
</style>
background-color css
<style>
a { background-color: #FC51C5; }
a { background-color: rgb(252,81,197); }
div.DivClassName
{
background-color: #FC51C5;
}
.BgClassName
{
background-color: #FC51C5;
}
</style>
border-color css
<style>
span { border-color: #FC51C5; }
span { border-color: rgb(252,81,197); }
td.TdClassName
{
border-color: #FC51C5;
}
.TagClassName
{
border-color: #FC51C5;
}
</style>