Shades of Neon Pink #FA58C2
Tints of Neon Pink #FA58C2
RGB
CMYK
RGB Variations
Color information
#FA58C2 (or 0xFA58C2) is known color: Neon Pink. HEX triplet: FA, 58 and C2. RGB value is (250,88,194). Sum of RGB (Red+Green+Blue) = 250+88+194=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58C2 is #05A73D. Grayscale: #949494. Windows color (decimal): -370494 or 12736762. OLE color: 12736762.
HSL color Cylindrical-coordinate representation of color #FA58C2: hue angle of 320.74º 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 #FA58C2 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 194 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.02 |
| HSL | 320.74º | 0.94% | 0.66% | - |
| HSV(B) | 320.74º | 0.65% | 0.98% | - |
| XYZ | 52.65 | 31.2 | 54.29 | - |
| YUV | 148.52 | 153.67 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 194 | 0 | 0.65 | 0.22 | 0.02 | 320.74 | 0.94 | 0.66 |
| Hex | FA | 58 | C2 | 0 | 41 | 16 | 2 | 141 | 5E | 42 |
| Octal | 372 | 130 | 302 | 0 | 101 | 26 | 2 | 501 | 136 | 102 |
| Binary | 11111010 | 1011000 | 11000010 | 0 | 1000001 | 10110 | 10 | 101000001 | 1011110 | 1000010 |
Color Harmonies of #FA58C2
Complementary color
Monochromatic Colors of #FA58C2
Black with #FA58C2
Text Example
Text Example
White with #FA58C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58C2; }
p { color: rgb(250,88,194); }
H1.HeaderClassName
{
color: #FA58C2;
}
.AnyTagClassName
{
color: #FA58C2;
}
</style>
background-color css
<style>
a { background-color: #FA58C2; }
a { background-color: rgb(250,88,194); }
div.DivClassName
{
background-color: #FA58C2;
}
.BgClassName
{
background-color: #FA58C2;
}
</style>
border-color css
<style>
span { border-color: #FA58C2; }
span { border-color: rgb(250,88,194); }
td.TdClassName
{
border-color: #FA58C2;
}
.TagClassName
{
border-color: #FA58C2;
}
</style>