Shades of Neon Pink #FA64D8
Tints of Neon Pink #FA64D8
RGB
CMYK
RGB Variations
Color information
#FA64D8 (or 0xFA64D8) is known color: Neon Pink. HEX triplet: FA, 64 and D8. RGB value is (250,100,216). Sum of RGB (Red+Green+Blue) = 250+100+216=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 100 (39.45% from 255 or 17.67% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64D8 is #059B27. Grayscale: #9D9D9D. Windows color (decimal): -367400 or 14181626. OLE color: 14181626.
HSL color Cylindrical-coordinate representation of color #FA64D8: hue angle of 313.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA64D8 is Cyan = 0, Magento = 0.6, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 216 | - |
| CMYK | 0 | 0.6 | 0.14 | 0.02 |
| HSL | 313.6º | 0.94% | 0.69% | - |
| HSV(B) | 313.6º | 0.6% | 0.98% | - |
| XYZ | 56.38 | 34.4 | 68.63 | - |
| YUV | 158.07 | 160.7 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 216 | 0 | 0.6 | 0.14 | 0.02 | 313.6 | 0.94 | 0.69 |
| Hex | FA | 64 | D8 | 0 | 3C | E | 2 | 13A | 5E | 45 |
| Octal | 372 | 144 | 330 | 0 | 74 | 16 | 2 | 472 | 136 | 105 |
| Binary | 11111010 | 1100100 | 11011000 | 0 | 111100 | 1110 | 10 | 100111010 | 1011110 | 1000101 |
Color Harmonies of #FA64D8
Complementary color
Monochromatic Colors of #FA64D8
Black with #FA64D8
Text Example
Text Example
White with #FA64D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64D8; }
p { color: rgb(250,100,216); }
H1.HeaderClassName
{
color: #FA64D8;
}
.AnyTagClassName
{
color: #FA64D8;
}
</style>
background-color css
<style>
a { background-color: #FA64D8; }
a { background-color: rgb(250,100,216); }
div.DivClassName
{
background-color: #FA64D8;
}
.BgClassName
{
background-color: #FA64D8;
}
</style>
border-color css
<style>
span { border-color: #FA64D8; }
span { border-color: rgb(250,100,216); }
td.TdClassName
{
border-color: #FA64D8;
}
.TagClassName
{
border-color: #FA64D8;
}
</style>