Shades of Neon Pink #ED5ABF
Tints of Neon Pink #ED5ABF
RGB
CMYK
RGB Variations
Color information
#ED5ABF (or 0xED5ABF) is known color: Neon Pink. HEX triplet: ED, 5A and BF. RGB value is (237,90,191). Sum of RGB (Red+Green+Blue) = 237+90+191=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5ABF is #12A540. Grayscale: #919191. Windows color (decimal): -1221953 or 12540653. OLE color: 12540653.
HSL color Cylindrical-coordinate representation of color #ED5ABF: hue angle of 318.78º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5ABF is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 191 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.07 |
| HSL | 318.78º | 0.8% | 0.64% | - |
| HSV(B) | 318.78º | 0.62% | 0.93% | - |
| XYZ | 47.99 | 29.08 | 52.37 | - |
| YUV | 145.47 | 153.7 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 191 | 0 | 0.62 | 0.19 | 0.07 | 318.78 | 0.8 | 0.64 |
| Hex | ED | 5A | BF | 0 | 3E | 13 | 7 | 13F | 50 | 40 |
| Octal | 355 | 132 | 277 | 0 | 76 | 23 | 7 | 477 | 120 | 100 |
| Binary | 11101101 | 1011010 | 10111111 | 0 | 111110 | 10011 | 111 | 100111111 | 1010000 | 1000000 |
Color Harmonies of #ED5ABF
Complementary color
Monochromatic Colors of #ED5ABF
Black with #ED5ABF
Text Example
Text Example
White with #ED5ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5ABF; }
p { color: rgb(237,90,191); }
H1.HeaderClassName
{
color: #ED5ABF;
}
.AnyTagClassName
{
color: #ED5ABF;
}
</style>
background-color css
<style>
a { background-color: #ED5ABF; }
a { background-color: rgb(237,90,191); }
div.DivClassName
{
background-color: #ED5ABF;
}
.BgClassName
{
background-color: #ED5ABF;
}
</style>
border-color css
<style>
span { border-color: #ED5ABF; }
span { border-color: rgb(237,90,191); }
td.TdClassName
{
border-color: #ED5ABF;
}
.TagClassName
{
border-color: #ED5ABF;
}
</style>