Shades of Neon Pink #FD64CA
Tints of Neon Pink #FD64CA
RGB
CMYK
RGB Variations
Color information
#FD64CA (or 0xFD64CA) is known color: Neon Pink. HEX triplet: FD, 64 and CA. RGB value is (253,100,202). Sum of RGB (Red+Green+Blue) = 253+100+202=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD64CA is #029B35. Grayscale: #9D9D9D. Windows color (decimal): -170806 or 13264125. OLE color: 13264125.
HSL color Cylindrical-coordinate representation of color #FD64CA: hue angle of 320º 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 #FD64CA is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 202 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.01 |
| HSL | 320º | 0.97% | 0.69% | - |
| HSV(B) | 320º | 0.6% | 0.99% | - |
| XYZ | 55.73 | 34.26 | 59.55 | - |
| YUV | 157.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 202 | 0 | 0.60 | 0.20 | 0.01 | 320 | 0.97 | 0.69 |
| Hex | FD | 64 | CA | 0 | 3C | 14 | 1 | 140 | 61 | 45 |
| Octal | 375 | 144 | 312 | 0 | 74 | 24 | 1 | 500 | 141 | 105 |
| Binary | 11111101 | 1100100 | 11001010 | 0 | 111100 | 10100 | 1 | 101000000 | 1100001 | 1000101 |
Color Harmonies of #FD64CA
Complementary color
Monochromatic Colors of #FD64CA
Black with #FD64CA
Text Example
Text Example
White with #FD64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD64CA; }
p { color: rgb(253,100,202); }
H1.HeaderClassName
{
color: #FD64CA;
}
.AnyTagClassName
{
color: #FD64CA;
}
</style>
background-color css
<style>
a { background-color: #FD64CA; }
a { background-color: rgb(253,100,202); }
div.DivClassName
{
background-color: #FD64CA;
}
.BgClassName
{
background-color: #FD64CA;
}
</style>
border-color css
<style>
span { border-color: #FD64CA; }
span { border-color: rgb(253,100,202); }
td.TdClassName
{
border-color: #FD64CA;
}
.TagClassName
{
border-color: #FD64CA;
}
</style>