Shades of Neon Pink #FC64DA
Tints of Neon Pink #FC64DA
RGB
CMYK
RGB Variations
Color information
#FC64DA (or 0xFC64DA) is known color: Neon Pink. HEX triplet: FC, 64 and DA. RGB value is (252,100,218). Sum of RGB (Red+Green+Blue) = 252+100+218=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64DA is #039B25. Grayscale: #9E9E9E. Windows color (decimal): -236326 or 14312700. OLE color: 14312700.
HSL color Cylindrical-coordinate representation of color #FC64DA: hue angle of 313.42º 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 #FC64DA is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 218 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.01 |
| HSL | 313.42º | 0.96% | 0.69% | - |
| HSV(B) | 313.42º | 0.6% | 0.99% | - |
| XYZ | 57.36 | 34.87 | 70.04 | - |
| YUV | 158.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 218 | 0 | 0.60 | 0.13 | 0.01 | 313.42 | 0.96 | 0.69 |
| Hex | FC | 64 | DA | 0 | 3C | D | 1 | 139 | 60 | 45 |
| Octal | 374 | 144 | 332 | 0 | 74 | 15 | 1 | 471 | 140 | 105 |
| Binary | 11111100 | 1100100 | 11011010 | 0 | 111100 | 1101 | 1 | 100111001 | 1100000 | 1000101 |
Color Harmonies of #FC64DA
Complementary color
Monochromatic Colors of #FC64DA
Black with #FC64DA
Text Example
Text Example
White with #FC64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64DA; }
p { color: rgb(252,100,218); }
H1.HeaderClassName
{
color: #FC64DA;
}
.AnyTagClassName
{
color: #FC64DA;
}
</style>
background-color css
<style>
a { background-color: #FC64DA; }
a { background-color: rgb(252,100,218); }
div.DivClassName
{
background-color: #FC64DA;
}
.BgClassName
{
background-color: #FC64DA;
}
</style>
border-color css
<style>
span { border-color: #FC64DA; }
span { border-color: rgb(252,100,218); }
td.TdClassName
{
border-color: #FC64DA;
}
.TagClassName
{
border-color: #FC64DA;
}
</style>