Shades of Neon Pink #FD64C5
Tints of Neon Pink #FD64C5
RGB
CMYK
RGB Variations
Color information
#FD64C5 (or 0xFD64C5) is known color: Neon Pink. HEX triplet: FD, 64 and C5. RGB value is (253,100,197). Sum of RGB (Red+Green+Blue) = 253+100+197=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD64C5 is #029B3A. Grayscale: #9C9C9C. Windows color (decimal): -170811 or 12936445. OLE color: 12936445.
HSL color Cylindrical-coordinate representation of color #FD64C5: hue angle of 321.96º 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 #FD64C5 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 197 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.01 |
| HSL | 321.96º | 0.97% | 0.69% | - |
| HSV(B) | 321.96º | 0.6% | 0.99% | - |
| XYZ | 55.14 | 34.03 | 56.49 | - |
| YUV | 156.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 197 | 0 | 0.60 | 0.22 | 0.01 | 321.96 | 0.97 | 0.69 |
| Hex | FD | 64 | C5 | 0 | 3C | 16 | 1 | 142 | 61 | 45 |
| Octal | 375 | 144 | 305 | 0 | 74 | 26 | 1 | 502 | 141 | 105 |
| Binary | 11111101 | 1100100 | 11000101 | 0 | 111100 | 10110 | 1 | 101000010 | 1100001 | 1000101 |
Color Harmonies of #FD64C5
Complementary color
Monochromatic Colors of #FD64C5
Black with #FD64C5
Text Example
Text Example
White with #FD64C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD64C5; }
p { color: rgb(253,100,197); }
H1.HeaderClassName
{
color: #FD64C5;
}
.AnyTagClassName
{
color: #FD64C5;
}
</style>
background-color css
<style>
a { background-color: #FD64C5; }
a { background-color: rgb(253,100,197); }
div.DivClassName
{
background-color: #FD64C5;
}
.BgClassName
{
background-color: #FD64C5;
}
</style>
border-color css
<style>
span { border-color: #FD64C5; }
span { border-color: rgb(253,100,197); }
td.TdClassName
{
border-color: #FD64C5;
}
.TagClassName
{
border-color: #FD64C5;
}
</style>