Shades of Neon Pink #FD64CF
Tints of Neon Pink #FD64CF
RGB
CMYK
RGB Variations
Color information
#FD64CF (or 0xFD64CF) is known color: Neon Pink. HEX triplet: FD, 64 and CF. RGB value is (253,100,207). Sum of RGB (Red+Green+Blue) = 253+100+207=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD64CF is #029B30. Grayscale: #9D9D9D. Windows color (decimal): -170801 or 13591805. OLE color: 13591805.
HSL color Cylindrical-coordinate representation of color #FD64CF: hue angle of 318.04º 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 #FD64CF is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 207 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.01 |
| HSL | 318.04º | 0.97% | 0.69% | - |
| HSV(B) | 318.04º | 0.6% | 0.99% | - |
| XYZ | 56.33 | 34.5 | 62.72 | - |
| YUV | 157.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 207 | 0 | 0.60 | 0.18 | 0.01 | 318.04 | 0.97 | 0.69 |
| Hex | FD | 64 | CF | 0 | 3C | 12 | 1 | 13E | 61 | 45 |
| Octal | 375 | 144 | 317 | 0 | 74 | 22 | 1 | 476 | 141 | 105 |
| Binary | 11111101 | 1100100 | 11001111 | 0 | 111100 | 10010 | 1 | 100111110 | 1100001 | 1000101 |
Color Harmonies of #FD64CF
Complementary color
Monochromatic Colors of #FD64CF
Black with #FD64CF
Text Example
Text Example
White with #FD64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD64CF; }
p { color: rgb(253,100,207); }
H1.HeaderClassName
{
color: #FD64CF;
}
.AnyTagClassName
{
color: #FD64CF;
}
</style>
background-color css
<style>
a { background-color: #FD64CF; }
a { background-color: rgb(253,100,207); }
div.DivClassName
{
background-color: #FD64CF;
}
.BgClassName
{
background-color: #FD64CF;
}
</style>
border-color css
<style>
span { border-color: #FD64CF; }
span { border-color: rgb(253,100,207); }
td.TdClassName
{
border-color: #FD64CF;
}
.TagClassName
{
border-color: #FD64CF;
}
</style>