Shades of Neon Pink #FA5ECD
Tints of Neon Pink #FA5ECD
RGB
CMYK
RGB Variations
Color information
#FA5ECD (or 0xFA5ECD) is known color: Neon Pink. HEX triplet: FA, 5E and CD. RGB value is (250,94,205). Sum of RGB (Red+Green+Blue) = 250+94+205=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5ECD is #05A132. Grayscale: #999999. Windows color (decimal): -368947 or 13459194. OLE color: 13459194.
HSL color Cylindrical-coordinate representation of color #FA5ECD: hue angle of 317.31º 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 #FA5ECD is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 205 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.02 |
| HSL | 317.31º | 0.94% | 0.67% | - |
| HSV(B) | 317.31º | 0.62% | 0.98% | - |
| XYZ | 54.45 | 32.74 | 61.21 | - |
| YUV | 153.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 205 | 0 | 0.62 | 0.18 | 0.02 | 317.31 | 0.94 | 0.67 |
| Hex | FA | 5E | CD | 0 | 3E | 12 | 2 | 13D | 5E | 43 |
| Octal | 372 | 136 | 315 | 0 | 76 | 22 | 2 | 475 | 136 | 103 |
| Binary | 11111010 | 1011110 | 11001101 | 0 | 111110 | 10010 | 10 | 100111101 | 1011110 | 1000011 |
Color Harmonies of #FA5ECD
Complementary color
Monochromatic Colors of #FA5ECD
Black with #FA5ECD
Text Example
Text Example
White with #FA5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5ECD; }
p { color: rgb(250,94,205); }
H1.HeaderClassName
{
color: #FA5ECD;
}
.AnyTagClassName
{
color: #FA5ECD;
}
</style>
background-color css
<style>
a { background-color: #FA5ECD; }
a { background-color: rgb(250,94,205); }
div.DivClassName
{
background-color: #FA5ECD;
}
.BgClassName
{
background-color: #FA5ECD;
}
</style>
border-color css
<style>
span { border-color: #FA5ECD; }
span { border-color: rgb(250,94,205); }
td.TdClassName
{
border-color: #FA5ECD;
}
.TagClassName
{
border-color: #FA5ECD;
}
</style>