Shades of Neon Pink #FC66C9
Tints of Neon Pink #FC66C9
RGB
CMYK
RGB Variations
Color information
#FC66C9 (or 0xFC66C9) is known color: Neon Pink. HEX triplet: FC, 66 and C9. RGB value is (252,102,201). Sum of RGB (Red+Green+Blue) = 252+102+201=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC66C9 is #039936. Grayscale: #9D9D9D. Windows color (decimal): -235831 or 13199100. OLE color: 13199100.
HSL color Cylindrical-coordinate representation of color #FC66C9: hue angle of 320.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC66C9 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 201 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.01 |
| HSL | 320.4º | 0.96% | 0.69% | - |
| HSV(B) | 320.4º | 0.6% | 0.99% | - |
| XYZ | 55.44 | 34.42 | 58.98 | - |
| YUV | 158.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 201 | 0 | 0.60 | 0.20 | 0.01 | 320.4 | 0.96 | 0.69 |
| Hex | FC | 66 | C9 | 0 | 3C | 14 | 1 | 140 | 60 | 45 |
| Octal | 374 | 146 | 311 | 0 | 74 | 24 | 1 | 500 | 140 | 105 |
| Binary | 11111100 | 1100110 | 11001001 | 0 | 111100 | 10100 | 1 | 101000000 | 1100000 | 1000101 |
Color Harmonies of #FC66C9
Complementary color
Monochromatic Colors of #FC66C9
Black with #FC66C9
Text Example
Text Example
White with #FC66C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC66C9; }
p { color: rgb(252,102,201); }
H1.HeaderClassName
{
color: #FC66C9;
}
.AnyTagClassName
{
color: #FC66C9;
}
</style>
background-color css
<style>
a { background-color: #FC66C9; }
a { background-color: rgb(252,102,201); }
div.DivClassName
{
background-color: #FC66C9;
}
.BgClassName
{
background-color: #FC66C9;
}
</style>
border-color css
<style>
span { border-color: #FC66C9; }
span { border-color: rgb(252,102,201); }
td.TdClassName
{
border-color: #FC66C9;
}
.TagClassName
{
border-color: #FC66C9;
}
</style>