Shades of Neon Pink #ED5BBE
Tints of Neon Pink #ED5BBE
RGB
CMYK
RGB Variations
Color information
#ED5BBE (or 0xED5BBE) is known color: Neon Pink. HEX triplet: ED, 5B and BE. RGB value is (237,91,190). Sum of RGB (Red+Green+Blue) = 237+91+190=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5BBE is #12A441. Grayscale: #919191. Windows color (decimal): -1221698 or 12475373. OLE color: 12475373.
HSL color Cylindrical-coordinate representation of color #ED5BBE: hue angle of 319.32º 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 #ED5BBE is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 91 | 190 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.07 |
| HSL | 319.32º | 0.8% | 0.64% | - |
| HSV(B) | 319.32º | 0.62% | 0.93% | - |
| XYZ | 47.96 | 29.2 | 51.82 | - |
| YUV | 145.94 | 152.87 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 91 | 190 | 0 | 0.62 | 0.20 | 0.07 | 319.32 | 0.8 | 0.64 |
| Hex | ED | 5B | BE | 0 | 3E | 14 | 7 | 13F | 50 | 40 |
| Octal | 355 | 133 | 276 | 0 | 76 | 24 | 7 | 477 | 120 | 100 |
| Binary | 11101101 | 1011011 | 10111110 | 0 | 111110 | 10100 | 111 | 100111111 | 1010000 | 1000000 |
Color Harmonies of #ED5BBE
Complementary color
Monochromatic Colors of #ED5BBE
Black with #ED5BBE
Text Example
Text Example
White with #ED5BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5BBE; }
p { color: rgb(237,91,190); }
H1.HeaderClassName
{
color: #ED5BBE;
}
.AnyTagClassName
{
color: #ED5BBE;
}
</style>
background-color css
<style>
a { background-color: #ED5BBE; }
a { background-color: rgb(237,91,190); }
div.DivClassName
{
background-color: #ED5BBE;
}
.BgClassName
{
background-color: #ED5BBE;
}
</style>
border-color css
<style>
span { border-color: #ED5BBE; }
span { border-color: rgb(237,91,190); }
td.TdClassName
{
border-color: #ED5BBE;
}
.TagClassName
{
border-color: #ED5BBE;
}
</style>