Shades of Neon Pink #FA5EC9
Tints of Neon Pink #FA5EC9
RGB
CMYK
RGB Variations
Color information
#FA5EC9 (or 0xFA5EC9) is known color: Neon Pink. HEX triplet: FA, 5E and C9. RGB value is (250,94,201). Sum of RGB (Red+Green+Blue) = 250+94+201=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5EC9 is #05A136. Grayscale: #989898. Windows color (decimal): -368951 or 13197050. OLE color: 13197050.
HSL color Cylindrical-coordinate representation of color #FA5EC9: hue angle of 318.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5EC9 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 201 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.02 |
| HSL | 318.85º | 0.94% | 0.67% | - |
| HSV(B) | 318.85º | 0.62% | 0.98% | - |
| XYZ | 53.97 | 32.55 | 58.7 | - |
| YUV | 152.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 201 | 0 | 0.62 | 0.20 | 0.02 | 318.85 | 0.94 | 0.67 |
| Hex | FA | 5E | C9 | 0 | 3E | 14 | 2 | 13F | 5E | 43 |
| Octal | 372 | 136 | 311 | 0 | 76 | 24 | 2 | 477 | 136 | 103 |
| Binary | 11111010 | 1011110 | 11001001 | 0 | 111110 | 10100 | 10 | 100111111 | 1011110 | 1000011 |
Color Harmonies of #FA5EC9
Complementary color
Monochromatic Colors of #FA5EC9
Black with #FA5EC9
Text Example
Text Example
White with #FA5EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5EC9; }
p { color: rgb(250,94,201); }
H1.HeaderClassName
{
color: #FA5EC9;
}
.AnyTagClassName
{
color: #FA5EC9;
}
</style>
background-color css
<style>
a { background-color: #FA5EC9; }
a { background-color: rgb(250,94,201); }
div.DivClassName
{
background-color: #FA5EC9;
}
.BgClassName
{
background-color: #FA5EC9;
}
</style>
border-color css
<style>
span { border-color: #FA5EC9; }
span { border-color: rgb(250,94,201); }
td.TdClassName
{
border-color: #FA5EC9;
}
.TagClassName
{
border-color: #FA5EC9;
}
</style>