Shades of Neon Pink #FC64D0
Tints of Neon Pink #FC64D0
RGB
CMYK
RGB Variations
Color information
#FC64D0 (or 0xFC64D0) is known color: Neon Pink. HEX triplet: FC, 64 and D0. RGB value is (252,100,208). Sum of RGB (Red+Green+Blue) = 252+100+208=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64D0 is #039B2F. Grayscale: #9D9D9D. Windows color (decimal): -236336 or 13657340. OLE color: 13657340.
HSL color Cylindrical-coordinate representation of color #FC64D0: hue angle of 317.37º 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 #FC64D0 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 208 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.01 |
| HSL | 317.37º | 0.96% | 0.69% | - |
| HSV(B) | 317.37º | 0.6% | 0.99% | - |
| XYZ | 56.09 | 34.36 | 63.35 | - |
| YUV | 157.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 208 | 0 | 0.60 | 0.17 | 0.01 | 317.37 | 0.96 | 0.69 |
| Hex | FC | 64 | D0 | 0 | 3C | 11 | 1 | 13D | 60 | 45 |
| Octal | 374 | 144 | 320 | 0 | 74 | 21 | 1 | 475 | 140 | 105 |
| Binary | 11111100 | 1100100 | 11010000 | 0 | 111100 | 10001 | 1 | 100111101 | 1100000 | 1000101 |
Color Harmonies of #FC64D0
Complementary color
Monochromatic Colors of #FC64D0
Black with #FC64D0
Text Example
Text Example
White with #FC64D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64D0; }
p { color: rgb(252,100,208); }
H1.HeaderClassName
{
color: #FC64D0;
}
.AnyTagClassName
{
color: #FC64D0;
}
</style>
background-color css
<style>
a { background-color: #FC64D0; }
a { background-color: rgb(252,100,208); }
div.DivClassName
{
background-color: #FC64D0;
}
.BgClassName
{
background-color: #FC64D0;
}
</style>
border-color css
<style>
span { border-color: #FC64D0; }
span { border-color: rgb(252,100,208); }
td.TdClassName
{
border-color: #FC64D0;
}
.TagClassName
{
border-color: #FC64D0;
}
</style>