Shades of Neon Pink #FD64C0
Tints of Neon Pink #FD64C0
RGB
CMYK
RGB Variations
Color information
#FD64C0 (or 0xFD64C0) is known color: Neon Pink. HEX triplet: FD, 64 and C0. RGB value is (253,100,192). Sum of RGB (Red+Green+Blue) = 253+100+192=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD64C0 is #029B3F. Grayscale: #9C9C9C. Windows color (decimal): -170816 or 12608765. OLE color: 12608765.
HSL color Cylindrical-coordinate representation of color #FD64C0: hue angle of 323.92º degrees, saturation: 0.97, 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 #FD64C0 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 192 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.01 |
| HSL | 323.92º | 0.97% | 0.69% | - |
| HSV(B) | 323.92º | 0.6% | 0.99% | - |
| XYZ | 54.58 | 33.8 | 53.52 | - |
| YUV | 156.24 | 148.19 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 192 | 0 | 0.60 | 0.24 | 0.01 | 323.92 | 0.97 | 0.69 |
| Hex | FD | 64 | C0 | 0 | 3C | 18 | 1 | 144 | 61 | 45 |
| Octal | 375 | 144 | 300 | 0 | 74 | 30 | 1 | 504 | 141 | 105 |
| Binary | 11111101 | 1100100 | 11000000 | 0 | 111100 | 11000 | 1 | 101000100 | 1100001 | 1000101 |
Color Harmonies of #FD64C0
Complementary color
Monochromatic Colors of #FD64C0
Black with #FD64C0
Text Example
Text Example
White with #FD64C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD64C0; }
p { color: rgb(253,100,192); }
H1.HeaderClassName
{
color: #FD64C0;
}
.AnyTagClassName
{
color: #FD64C0;
}
</style>
background-color css
<style>
a { background-color: #FD64C0; }
a { background-color: rgb(253,100,192); }
div.DivClassName
{
background-color: #FD64C0;
}
.BgClassName
{
background-color: #FD64C0;
}
</style>
border-color css
<style>
span { border-color: #FD64C0; }
span { border-color: rgb(253,100,192); }
td.TdClassName
{
border-color: #FD64C0;
}
.TagClassName
{
border-color: #FD64C0;
}
</style>