Shades of Neon Pink #FC64C5
Tints of Neon Pink #FC64C5
RGB
CMYK
RGB Variations
Color information
#FC64C5 (or 0xFC64C5) is known color: Neon Pink. HEX triplet: FC, 64 and C5. RGB value is (252,100,197). Sum of RGB (Red+Green+Blue) = 252+100+197=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64C5 is #039B3A. Grayscale: #9C9C9C. Windows color (decimal): -236347 or 12936444. OLE color: 12936444.
HSL color Cylindrical-coordinate representation of color #FC64C5: hue angle of 321.71º 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 #FC64C5 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 197 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.01 |
| HSL | 321.71º | 0.96% | 0.69% | - |
| HSV(B) | 321.71º | 0.6% | 0.99% | - |
| XYZ | 54.78 | 33.84 | 56.47 | - |
| YUV | 156.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 197 | 0 | 0.60 | 0.22 | 0.01 | 321.71 | 0.96 | 0.69 |
| Hex | FC | 64 | C5 | 0 | 3C | 16 | 1 | 142 | 60 | 45 |
| Octal | 374 | 144 | 305 | 0 | 74 | 26 | 1 | 502 | 140 | 105 |
| Binary | 11111100 | 1100100 | 11000101 | 0 | 111100 | 10110 | 1 | 101000010 | 1100000 | 1000101 |
Color Harmonies of #FC64C5
Complementary color
Monochromatic Colors of #FC64C5
Black with #FC64C5
Text Example
Text Example
White with #FC64C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64C5; }
p { color: rgb(252,100,197); }
H1.HeaderClassName
{
color: #FC64C5;
}
.AnyTagClassName
{
color: #FC64C5;
}
</style>
background-color css
<style>
a { background-color: #FC64C5; }
a { background-color: rgb(252,100,197); }
div.DivClassName
{
background-color: #FC64C5;
}
.BgClassName
{
background-color: #FC64C5;
}
</style>
border-color css
<style>
span { border-color: #FC64C5; }
span { border-color: rgb(252,100,197); }
td.TdClassName
{
border-color: #FC64C5;
}
.TagClassName
{
border-color: #FC64C5;
}
</style>