Shades of Neon Pink #FD64D6
Tints of Neon Pink #FD64D6
RGB
CMYK
RGB Variations
Color information
#FD64D6 (or 0xFD64D6) is known color: Neon Pink. HEX triplet: FD, 64 and D6. RGB value is (253,100,214). Sum of RGB (Red+Green+Blue) = 253+100+214=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD64D6 is #029B29. Grayscale: #9E9E9E. Windows color (decimal): -170794 or 14050557. OLE color: 14050557.
HSL color Cylindrical-coordinate representation of color #FD64D6: hue angle of 315.29º 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 #FD64D6 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 214 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.01 |
| HSL | 315.29º | 0.97% | 0.69% | - |
| HSV(B) | 315.29º | 0.6% | 0.99% | - |
| XYZ | 57.2 | 34.85 | 67.33 | - |
| YUV | 158.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 214 | 0 | 0.60 | 0.15 | 0.01 | 315.29 | 0.97 | 0.69 |
| Hex | FD | 64 | D6 | 0 | 3C | F | 1 | 13B | 61 | 45 |
| Octal | 375 | 144 | 326 | 0 | 74 | 17 | 1 | 473 | 141 | 105 |
| Binary | 11111101 | 1100100 | 11010110 | 0 | 111100 | 1111 | 1 | 100111011 | 1100001 | 1000101 |
Color Harmonies of #FD64D6
Complementary color
Monochromatic Colors of #FD64D6
Black with #FD64D6
Text Example
Text Example
White with #FD64D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD64D6; }
p { color: rgb(253,100,214); }
H1.HeaderClassName
{
color: #FD64D6;
}
.AnyTagClassName
{
color: #FD64D6;
}
</style>
background-color css
<style>
a { background-color: #FD64D6; }
a { background-color: rgb(253,100,214); }
div.DivClassName
{
background-color: #FD64D6;
}
.BgClassName
{
background-color: #FD64D6;
}
</style>
border-color css
<style>
span { border-color: #FD64D6; }
span { border-color: rgb(253,100,214); }
td.TdClassName
{
border-color: #FD64D6;
}
.TagClassName
{
border-color: #FD64D6;
}
</style>