Shades of Neon Pink #ED6EC4
Tints of Neon Pink #ED6EC4
RGB
CMYK
RGB Variations
Color information
#ED6EC4 (or 0xED6EC4) is known color: Neon Pink. HEX triplet: ED, 6E and C4. RGB value is (237,110,196). Sum of RGB (Red+Green+Blue) = 237+110+196=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6EC4 is #12913B. Grayscale: #9D9D9D. Windows color (decimal): -1216828 or 12873453. OLE color: 12873453.
HSL color Cylindrical-coordinate representation of color #ED6EC4: hue angle of 319.37º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6EC4 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 110 | 196 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.07 |
| HSL | 319.37º | 0.78% | 0.68% | - |
| HSV(B) | 319.37º | 0.54% | 0.93% | - |
| XYZ | 50.46 | 33.14 | 55.96 | - |
| YUV | 157.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 196 | 0 | 0.54 | 0.17 | 0.07 | 319.37 | 0.78 | 0.68 |
| Hex | ED | 6E | C4 | 0 | 36 | 11 | 7 | 13F | 4E | 44 |
| Octal | 355 | 156 | 304 | 0 | 66 | 21 | 7 | 477 | 116 | 104 |
| Binary | 11101101 | 1101110 | 11000100 | 0 | 110110 | 10001 | 111 | 100111111 | 1001110 | 1000100 |
Color Harmonies of #ED6EC4
Complementary color
Monochromatic Colors of #ED6EC4
Black with #ED6EC4
Text Example
Text Example
White with #ED6EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6EC4; }
p { color: rgb(237,110,196); }
H1.HeaderClassName
{
color: #ED6EC4;
}
.AnyTagClassName
{
color: #ED6EC4;
}
</style>
background-color css
<style>
a { background-color: #ED6EC4; }
a { background-color: rgb(237,110,196); }
div.DivClassName
{
background-color: #ED6EC4;
}
.BgClassName
{
background-color: #ED6EC4;
}
</style>
border-color css
<style>
span { border-color: #ED6EC4; }
span { border-color: rgb(237,110,196); }
td.TdClassName
{
border-color: #ED6EC4;
}
.TagClassName
{
border-color: #ED6EC4;
}
</style>