Shades of Neon Pink #FA5ED3
Tints of Neon Pink #FA5ED3
RGB
CMYK
RGB Variations
Color information
#FA5ED3 (or 0xFA5ED3) is known color: Neon Pink. HEX triplet: FA, 5E and D3. RGB value is (250,94,211). Sum of RGB (Red+Green+Blue) = 250+94+211=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5ED3 is #05A12C. Grayscale: #999999. Windows color (decimal): -368941 or 13852410. OLE color: 13852410.
HSL color Cylindrical-coordinate representation of color #FA5ED3: hue angle of 315º 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 #FA5ED3 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 211 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.02 |
| HSL | 315º | 0.94% | 0.67% | - |
| HSV(B) | 315º | 0.62% | 0.98% | - |
| XYZ | 55.18 | 33.03 | 65.1 | - |
| YUV | 153.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 211 | 0 | 0.62 | 0.16 | 0.02 | 315 | 0.94 | 0.67 |
| Hex | FA | 5E | D3 | 0 | 3E | 10 | 2 | 13B | 5E | 43 |
| Octal | 372 | 136 | 323 | 0 | 76 | 20 | 2 | 473 | 136 | 103 |
| Binary | 11111010 | 1011110 | 11010011 | 0 | 111110 | 10000 | 10 | 100111011 | 1011110 | 1000011 |
Color Harmonies of #FA5ED3
Complementary color
Monochromatic Colors of #FA5ED3
Black with #FA5ED3
Text Example
Text Example
White with #FA5ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5ED3; }
p { color: rgb(250,94,211); }
H1.HeaderClassName
{
color: #FA5ED3;
}
.AnyTagClassName
{
color: #FA5ED3;
}
</style>
background-color css
<style>
a { background-color: #FA5ED3; }
a { background-color: rgb(250,94,211); }
div.DivClassName
{
background-color: #FA5ED3;
}
.BgClassName
{
background-color: #FA5ED3;
}
</style>
border-color css
<style>
span { border-color: #FA5ED3; }
span { border-color: rgb(250,94,211); }
td.TdClassName
{
border-color: #FA5ED3;
}
.TagClassName
{
border-color: #FA5ED3;
}
</style>