Shades of Neon Pink #FA58D0
Tints of Neon Pink #FA58D0
RGB
CMYK
RGB Variations
Color information
#FA58D0 (or 0xFA58D0) is known color: Neon Pink. HEX triplet: FA, 58 and D0. RGB value is (250,88,208). Sum of RGB (Red+Green+Blue) = 250+88+208=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 88 (34.77% from 255 or 16.12% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58D0 is #05A72F. Grayscale: #959595. Windows color (decimal): -370480 or 13654266. OLE color: 13654266.
HSL color Cylindrical-coordinate representation of color #FA58D0: hue angle of 315.56º 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 #FA58D0 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 208 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.02 |
| HSL | 315.56º | 0.94% | 0.66% | - |
| HSV(B) | 315.56º | 0.65% | 0.98% | - |
| XYZ | 54.3 | 31.86 | 62.96 | - |
| YUV | 150.12 | 160.67 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 208 | 0 | 0.65 | 0.17 | 0.02 | 315.56 | 0.94 | 0.66 |
| Hex | FA | 58 | D0 | 0 | 41 | 11 | 2 | 13C | 5E | 42 |
| Octal | 372 | 130 | 320 | 0 | 101 | 21 | 2 | 474 | 136 | 102 |
| Binary | 11111010 | 1011000 | 11010000 | 0 | 1000001 | 10001 | 10 | 100111100 | 1011110 | 1000010 |
Color Harmonies of #FA58D0
Complementary color
Monochromatic Colors of #FA58D0
Black with #FA58D0
Text Example
Text Example
White with #FA58D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58D0; }
p { color: rgb(250,88,208); }
H1.HeaderClassName
{
color: #FA58D0;
}
.AnyTagClassName
{
color: #FA58D0;
}
</style>
background-color css
<style>
a { background-color: #FA58D0; }
a { background-color: rgb(250,88,208); }
div.DivClassName
{
background-color: #FA58D0;
}
.BgClassName
{
background-color: #FA58D0;
}
</style>
border-color css
<style>
span { border-color: #FA58D0; }
span { border-color: rgb(250,88,208); }
td.TdClassName
{
border-color: #FA58D0;
}
.TagClassName
{
border-color: #FA58D0;
}
</style>