Shades of Neon Pink #ED72C6
Tints of Neon Pink #ED72C6
RGB
CMYK
RGB Variations
Color information
#ED72C6 (or 0xED72C6) is known color: Neon Pink. HEX triplet: ED, 72 and C6. RGB value is (237,114,198). Sum of RGB (Red+Green+Blue) = 237+114+198=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED72C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED72C6 is #128D39. Grayscale: #A0A0A0. Windows color (decimal): -1215802 or 13005549. OLE color: 13005549.
HSL color Cylindrical-coordinate representation of color #ED72C6: hue angle of 319.02º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED72C6 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 198 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.07 |
| HSL | 319.02º | 0.77% | 0.69% | - |
| HSV(B) | 319.02º | 0.52% | 0.93% | - |
| XYZ | 51.14 | 34.12 | 57.32 | - |
| YUV | 160.35 | 149.25 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 198 | 0 | 0.52 | 0.16 | 0.07 | 319.02 | 0.77 | 0.69 |
| Hex | ED | 72 | C6 | 0 | 34 | 10 | 7 | 13F | 4D | 45 |
| Octal | 355 | 162 | 306 | 0 | 64 | 20 | 7 | 477 | 115 | 105 |
| Binary | 11101101 | 1110010 | 11000110 | 0 | 110100 | 10000 | 111 | 100111111 | 1001101 | 1000101 |
Color Harmonies of #ED72C6
Complementary color
Monochromatic Colors of #ED72C6
Black with #ED72C6
Text Example
Text Example
White with #ED72C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED72C6; }
p { color: rgb(237,114,198); }
H1.HeaderClassName
{
color: #ED72C6;
}
.AnyTagClassName
{
color: #ED72C6;
}
</style>
background-color css
<style>
a { background-color: #ED72C6; }
a { background-color: rgb(237,114,198); }
div.DivClassName
{
background-color: #ED72C6;
}
.BgClassName
{
background-color: #ED72C6;
}
</style>
border-color css
<style>
span { border-color: #ED72C6; }
span { border-color: rgb(237,114,198); }
td.TdClassName
{
border-color: #ED72C6;
}
.TagClassName
{
border-color: #ED72C6;
}
</style>