Shades of Neon Pink #FC64CF
Tints of Neon Pink #FC64CF
RGB
CMYK
RGB Variations
Color information
#FC64CF (or 0xFC64CF) is known color: Neon Pink. HEX triplet: FC, 64 and CF. RGB value is (252,100,207). Sum of RGB (Red+Green+Blue) = 252+100+207=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 100 (39.45% from 255 or 17.89% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64CF is #039B30. Grayscale: #9D9D9D. Windows color (decimal): -236337 or 13591804. OLE color: 13591804.
HSL color Cylindrical-coordinate representation of color #FC64CF: hue angle of 317.76º 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 #FC64CF is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 207 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.01 |
| HSL | 317.76º | 0.96% | 0.69% | - |
| HSV(B) | 317.76º | 0.6% | 0.99% | - |
| XYZ | 55.96 | 34.31 | 62.71 | - |
| YUV | 157.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 207 | 0 | 0.60 | 0.18 | 0.01 | 317.76 | 0.96 | 0.69 |
| Hex | FC | 64 | CF | 0 | 3C | 12 | 1 | 13E | 60 | 45 |
| Octal | 374 | 144 | 317 | 0 | 74 | 22 | 1 | 476 | 140 | 105 |
| Binary | 11111100 | 1100100 | 11001111 | 0 | 111100 | 10010 | 1 | 100111110 | 1100000 | 1000101 |
Color Harmonies of #FC64CF
Complementary color
Monochromatic Colors of #FC64CF
Black with #FC64CF
Text Example
Text Example
White with #FC64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64CF; }
p { color: rgb(252,100,207); }
H1.HeaderClassName
{
color: #FC64CF;
}
.AnyTagClassName
{
color: #FC64CF;
}
</style>
background-color css
<style>
a { background-color: #FC64CF; }
a { background-color: rgb(252,100,207); }
div.DivClassName
{
background-color: #FC64CF;
}
.BgClassName
{
background-color: #FC64CF;
}
</style>
border-color css
<style>
span { border-color: #FC64CF; }
span { border-color: rgb(252,100,207); }
td.TdClassName
{
border-color: #FC64CF;
}
.TagClassName
{
border-color: #FC64CF;
}
</style>