Shades of Neon Pink #FA57D0
Tints of Neon Pink #FA57D0
RGB
CMYK
RGB Variations
Color information
#FA57D0 (or 0xFA57D0) is known color: Neon Pink. HEX triplet: FA, 57 and D0. RGB value is (250,87,208). Sum of RGB (Red+Green+Blue) = 250+87+208=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 87 (34.38% from 255 or 15.96% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57D0 is #05A82F. Grayscale: #959595. Windows color (decimal): -370736 or 13654010. OLE color: 13654010.
HSL color Cylindrical-coordinate representation of color #FA57D0: hue angle of 315.46º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA57D0 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 208 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.02 |
| HSL | 315.46º | 0.94% | 0.66% | - |
| HSV(B) | 315.46º | 0.65% | 0.98% | - |
| XYZ | 54.22 | 31.69 | 62.93 | - |
| YUV | 149.53 | 161 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 208 | 0 | 0.65 | 0.17 | 0.02 | 315.46 | 0.94 | 0.66 |
| Hex | FA | 57 | D0 | 0 | 41 | 11 | 2 | 13B | 5E | 42 |
| Octal | 372 | 127 | 320 | 0 | 101 | 21 | 2 | 473 | 136 | 102 |
| Binary | 11111010 | 1010111 | 11010000 | 0 | 1000001 | 10001 | 10 | 100111011 | 1011110 | 1000010 |
Color Harmonies of #FA57D0
Complementary color
Monochromatic Colors of #FA57D0
Black with #FA57D0
Text Example
Text Example
White with #FA57D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA57D0; }
p { color: rgb(250,87,208); }
H1.HeaderClassName
{
color: #FA57D0;
}
.AnyTagClassName
{
color: #FA57D0;
}
</style>
background-color css
<style>
a { background-color: #FA57D0; }
a { background-color: rgb(250,87,208); }
div.DivClassName
{
background-color: #FA57D0;
}
.BgClassName
{
background-color: #FA57D0;
}
</style>
border-color css
<style>
span { border-color: #FA57D0; }
span { border-color: rgb(250,87,208); }
td.TdClassName
{
border-color: #FA57D0;
}
.TagClassName
{
border-color: #FA57D0;
}
</style>