Shades of Neon Pink #FA64D9
Tints of Neon Pink #FA64D9
RGB
CMYK
RGB Variations
Color information
#FA64D9 (or 0xFA64D9) is known color: Neon Pink. HEX triplet: FA, 64 and D9. RGB value is (250,100,217). Sum of RGB (Red+Green+Blue) = 250+100+217=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64D9 is #059B26. Grayscale: #9D9D9D. Windows color (decimal): -367399 or 14247162. OLE color: 14247162.
HSL color Cylindrical-coordinate representation of color #FA64D9: hue angle of 313.2º 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 #FA64D9 is Cyan = 0, Magento = 0.6, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 217 | - |
| CMYK | 0 | 0.6 | 0.13 | 0.02 |
| HSL | 313.2º | 0.94% | 0.69% | - |
| HSV(B) | 313.2º | 0.6% | 0.98% | - |
| XYZ | 56.51 | 34.45 | 69.32 | - |
| YUV | 158.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 217 | 0 | 0.6 | 0.13 | 0.02 | 313.2 | 0.94 | 0.69 |
| Hex | FA | 64 | D9 | 0 | 3C | D | 2 | 139 | 5E | 45 |
| Octal | 372 | 144 | 331 | 0 | 74 | 15 | 2 | 471 | 136 | 105 |
| Binary | 11111010 | 1100100 | 11011001 | 0 | 111100 | 1101 | 10 | 100111001 | 1011110 | 1000101 |
Color Harmonies of #FA64D9
Complementary color
Monochromatic Colors of #FA64D9
Black with #FA64D9
Text Example
Text Example
White with #FA64D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64D9; }
p { color: rgb(250,100,217); }
H1.HeaderClassName
{
color: #FA64D9;
}
.AnyTagClassName
{
color: #FA64D9;
}
</style>
background-color css
<style>
a { background-color: #FA64D9; }
a { background-color: rgb(250,100,217); }
div.DivClassName
{
background-color: #FA64D9;
}
.BgClassName
{
background-color: #FA64D9;
}
</style>
border-color css
<style>
span { border-color: #FA64D9; }
span { border-color: rgb(250,100,217); }
td.TdClassName
{
border-color: #FA64D9;
}
.TagClassName
{
border-color: #FA64D9;
}
</style>