Shades of Neon Pink #FA5EC3
Tints of Neon Pink #FA5EC3
RGB
CMYK
RGB Variations
Color information
#FA5EC3 (or 0xFA5EC3) is known color: Neon Pink. HEX triplet: FA, 5E and C3. RGB value is (250,94,195). Sum of RGB (Red+Green+Blue) = 250+94+195=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5EC3 is #05A13C. Grayscale: #979797. Windows color (decimal): -368957 or 12803834. OLE color: 12803834.
HSL color Cylindrical-coordinate representation of color #FA5EC3: hue angle of 321.15º 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 #FA5EC3 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 195 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.02 |
| HSL | 321.15º | 0.94% | 0.67% | - |
| HSV(B) | 321.15º | 0.62% | 0.98% | - |
| XYZ | 53.28 | 32.27 | 55.05 | - |
| YUV | 152.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 195 | 0 | 0.62 | 0.22 | 0.02 | 321.15 | 0.94 | 0.67 |
| Hex | FA | 5E | C3 | 0 | 3E | 16 | 2 | 141 | 5E | 43 |
| Octal | 372 | 136 | 303 | 0 | 76 | 26 | 2 | 501 | 136 | 103 |
| Binary | 11111010 | 1011110 | 11000011 | 0 | 111110 | 10110 | 10 | 101000001 | 1011110 | 1000011 |
Color Harmonies of #FA5EC3
Complementary color
Monochromatic Colors of #FA5EC3
Black with #FA5EC3
Text Example
Text Example
White with #FA5EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5EC3; }
p { color: rgb(250,94,195); }
H1.HeaderClassName
{
color: #FA5EC3;
}
.AnyTagClassName
{
color: #FA5EC3;
}
</style>
background-color css
<style>
a { background-color: #FA5EC3; }
a { background-color: rgb(250,94,195); }
div.DivClassName
{
background-color: #FA5EC3;
}
.BgClassName
{
background-color: #FA5EC3;
}
</style>
border-color css
<style>
span { border-color: #FA5EC3; }
span { border-color: rgb(250,94,195); }
td.TdClassName
{
border-color: #FA5EC3;
}
.TagClassName
{
border-color: #FA5EC3;
}
</style>