Shades of Neon Pink #ED58C2
Tints of Neon Pink #ED58C2
RGB
CMYK
RGB Variations
Color information
#ED58C2 (or 0xED58C2) is known color: Neon Pink. HEX triplet: ED, 58 and C2. RGB value is (237,88,194). Sum of RGB (Red+Green+Blue) = 237+88+194=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED58C2 is #12A73D. Grayscale: #909090. Windows color (decimal): -1222462 or 12736749. OLE color: 12736749.
HSL color Cylindrical-coordinate representation of color #ED58C2: hue angle of 317.32º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED58C2 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 194 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.07 |
| HSL | 317.32º | 0.81% | 0.64% | - |
| HSV(B) | 317.32º | 0.63% | 0.93% | - |
| XYZ | 48.15 | 28.88 | 54.08 | - |
| YUV | 144.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 194 | 0 | 0.63 | 0.18 | 0.07 | 317.32 | 0.81 | 0.64 |
| Hex | ED | 58 | C2 | 0 | 3F | 12 | 7 | 13D | 51 | 40 |
| Octal | 355 | 130 | 302 | 0 | 77 | 22 | 7 | 475 | 121 | 100 |
| Binary | 11101101 | 1011000 | 11000010 | 0 | 111111 | 10010 | 111 | 100111101 | 1010001 | 1000000 |
Color Harmonies of #ED58C2
Complementary color
Monochromatic Colors of #ED58C2
Black with #ED58C2
Text Example
Text Example
White with #ED58C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED58C2; }
p { color: rgb(237,88,194); }
H1.HeaderClassName
{
color: #ED58C2;
}
.AnyTagClassName
{
color: #ED58C2;
}
</style>
background-color css
<style>
a { background-color: #ED58C2; }
a { background-color: rgb(237,88,194); }
div.DivClassName
{
background-color: #ED58C2;
}
.BgClassName
{
background-color: #ED58C2;
}
</style>
border-color css
<style>
span { border-color: #ED58C2; }
span { border-color: rgb(237,88,194); }
td.TdClassName
{
border-color: #ED58C2;
}
.TagClassName
{
border-color: #ED58C2;
}
</style>