Shades of Neon Pink #FC66CF
Tints of Neon Pink #FC66CF
RGB
CMYK
RGB Variations
Color information
#FC66CF (or 0xFC66CF) is known color: Neon Pink. HEX triplet: FC, 66 and CF. RGB value is (252,102,207). Sum of RGB (Red+Green+Blue) = 252+102+207=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC66CF is #039930. Grayscale: #9E9E9E. Windows color (decimal): -235825 or 13592316. OLE color: 13592316.
HSL color Cylindrical-coordinate representation of color #FC66CF: hue angle of 318º 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 #FC66CF is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 207 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.01 |
| HSL | 318º | 0.96% | 0.69% | - |
| HSV(B) | 318º | 0.6% | 0.99% | - |
| XYZ | 56.16 | 34.7 | 62.77 | - |
| YUV | 158.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 207 | 0 | 0.60 | 0.18 | 0.01 | 318 | 0.96 | 0.69 |
| Hex | FC | 66 | CF | 0 | 3C | 12 | 1 | 13E | 60 | 45 |
| Octal | 374 | 146 | 317 | 0 | 74 | 22 | 1 | 476 | 140 | 105 |
| Binary | 11111100 | 1100110 | 11001111 | 0 | 111100 | 10010 | 1 | 100111110 | 1100000 | 1000101 |
Color Harmonies of #FC66CF
Complementary color
Monochromatic Colors of #FC66CF
Black with #FC66CF
Text Example
Text Example
White with #FC66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC66CF; }
p { color: rgb(252,102,207); }
H1.HeaderClassName
{
color: #FC66CF;
}
.AnyTagClassName
{
color: #FC66CF;
}
</style>
background-color css
<style>
a { background-color: #FC66CF; }
a { background-color: rgb(252,102,207); }
div.DivClassName
{
background-color: #FC66CF;
}
.BgClassName
{
background-color: #FC66CF;
}
</style>
border-color css
<style>
span { border-color: #FC66CF; }
span { border-color: rgb(252,102,207); }
td.TdClassName
{
border-color: #FC66CF;
}
.TagClassName
{
border-color: #FC66CF;
}
</style>