Shades of Neon Pink #EC72C8
Tints of Neon Pink #EC72C8
RGB
CMYK
RGB Variations
Color information
#EC72C8 (or 0xEC72C8) is known color: Neon Pink. HEX triplet: EC, 72 and C8. RGB value is (236,114,200). Sum of RGB (Red+Green+Blue) = 236+114+200=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72C8 is #138D37. Grayscale: #A0A0A0. Windows color (decimal): -1281336 or 13136620. OLE color: 13136620.
HSL color Cylindrical-coordinate representation of color #EC72C8: hue angle of 317.7º degrees, saturation: 0.76, 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 #EC72C8 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 200 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.07 |
| HSL | 317.7º | 0.76% | 0.69% | - |
| HSV(B) | 317.7º | 0.52% | 0.93% | - |
| XYZ | 51.03 | 34.04 | 58.52 | - |
| YUV | 160.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 200 | 0 | 0.52 | 0.15 | 0.07 | 317.7 | 0.76 | 0.69 |
| Hex | EC | 72 | C8 | 0 | 34 | F | 7 | 13E | 4C | 45 |
| Octal | 354 | 162 | 310 | 0 | 64 | 17 | 7 | 476 | 114 | 105 |
| Binary | 11101100 | 1110010 | 11001000 | 0 | 110100 | 1111 | 111 | 100111110 | 1001100 | 1000101 |
Color Harmonies of #EC72C8
Complementary color
Monochromatic Colors of #EC72C8
Black with #EC72C8
Text Example
Text Example
White with #EC72C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72C8; }
p { color: rgb(236,114,200); }
H1.HeaderClassName
{
color: #EC72C8;
}
.AnyTagClassName
{
color: #EC72C8;
}
</style>
background-color css
<style>
a { background-color: #EC72C8; }
a { background-color: rgb(236,114,200); }
div.DivClassName
{
background-color: #EC72C8;
}
.BgClassName
{
background-color: #EC72C8;
}
</style>
border-color css
<style>
span { border-color: #EC72C8; }
span { border-color: rgb(236,114,200); }
td.TdClassName
{
border-color: #EC72C8;
}
.TagClassName
{
border-color: #EC72C8;
}
</style>