Shades of Neon Pink #FA5ED5
Tints of Neon Pink #FA5ED5
RGB
CMYK
RGB Variations
Color information
#FA5ED5 (or 0xFA5ED5) is known color: Neon Pink. HEX triplet: FA, 5E and D5. RGB value is (250,94,213). Sum of RGB (Red+Green+Blue) = 250+94+213=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5ED5 is #05A12A. Grayscale: #999999. Windows color (decimal): -368939 or 13983482. OLE color: 13983482.
HSL color Cylindrical-coordinate representation of color #FA5ED5: hue angle of 314.23º 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 #FA5ED5 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 213 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.02 |
| HSL | 314.23º | 0.94% | 0.67% | - |
| HSV(B) | 314.23º | 0.62% | 0.98% | - |
| XYZ | 55.44 | 33.13 | 66.42 | - |
| YUV | 154.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 213 | 0 | 0.62 | 0.15 | 0.02 | 314.23 | 0.94 | 0.67 |
| Hex | FA | 5E | D5 | 0 | 3E | F | 2 | 13A | 5E | 43 |
| Octal | 372 | 136 | 325 | 0 | 76 | 17 | 2 | 472 | 136 | 103 |
| Binary | 11111010 | 1011110 | 11010101 | 0 | 111110 | 1111 | 10 | 100111010 | 1011110 | 1000011 |
Color Harmonies of #FA5ED5
Complementary color
Monochromatic Colors of #FA5ED5
Black with #FA5ED5
Text Example
Text Example
White with #FA5ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5ED5; }
p { color: rgb(250,94,213); }
H1.HeaderClassName
{
color: #FA5ED5;
}
.AnyTagClassName
{
color: #FA5ED5;
}
</style>
background-color css
<style>
a { background-color: #FA5ED5; }
a { background-color: rgb(250,94,213); }
div.DivClassName
{
background-color: #FA5ED5;
}
.BgClassName
{
background-color: #FA5ED5;
}
</style>
border-color css
<style>
span { border-color: #FA5ED5; }
span { border-color: rgb(250,94,213); }
td.TdClassName
{
border-color: #FA5ED5;
}
.TagClassName
{
border-color: #FA5ED5;
}
</style>