Shades of Neon Pink #FA59D0
Tints of Neon Pink #FA59D0
RGB
CMYK
RGB Variations
Color information
#FA59D0 (or 0xFA59D0) is known color: Neon Pink. HEX triplet: FA, 59 and D0. RGB value is (250,89,208). Sum of RGB (Red+Green+Blue) = 250+89+208=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59D0 is #05A62F. Grayscale: #969696. Windows color (decimal): -370224 or 13654522. OLE color: 13654522.
HSL color Cylindrical-coordinate representation of color #FA59D0: hue angle of 315.65º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA59D0 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 208 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.02 |
| HSL | 315.65º | 0.94% | 0.66% | - |
| HSV(B) | 315.65º | 0.64% | 0.98% | - |
| XYZ | 54.38 | 32.02 | 62.99 | - |
| YUV | 150.71 | 160.34 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 208 | 0 | 0.64 | 0.17 | 0.02 | 315.65 | 0.94 | 0.66 |
| Hex | FA | 59 | D0 | 0 | 40 | 11 | 2 | 13C | 5E | 42 |
| Octal | 372 | 131 | 320 | 0 | 100 | 21 | 2 | 474 | 136 | 102 |
| Binary | 11111010 | 1011001 | 11010000 | 0 | 1000000 | 10001 | 10 | 100111100 | 1011110 | 1000010 |
Color Harmonies of #FA59D0
Complementary color
Monochromatic Colors of #FA59D0
Black with #FA59D0
Text Example
Text Example
White with #FA59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA59D0; }
p { color: rgb(250,89,208); }
H1.HeaderClassName
{
color: #FA59D0;
}
.AnyTagClassName
{
color: #FA59D0;
}
</style>
background-color css
<style>
a { background-color: #FA59D0; }
a { background-color: rgb(250,89,208); }
div.DivClassName
{
background-color: #FA59D0;
}
.BgClassName
{
background-color: #FA59D0;
}
</style>
border-color css
<style>
span { border-color: #FA59D0; }
span { border-color: rgb(250,89,208); }
td.TdClassName
{
border-color: #FA59D0;
}
.TagClassName
{
border-color: #FA59D0;
}
</style>