Shades of Neon Pink #EC72C9
Tints of Neon Pink #EC72C9
RGB
CMYK
RGB Variations
Color information
#EC72C9 (or 0xEC72C9) is known color: Neon Pink. HEX triplet: EC, 72 and C9. RGB value is (236,114,201). Sum of RGB (Red+Green+Blue) = 236+114+201=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72C9 is #138D36. Grayscale: #A0A0A0. Windows color (decimal): -1281335 or 13202156. OLE color: 13202156.
HSL color Cylindrical-coordinate representation of color #EC72C9: hue angle of 317.21º 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 #EC72C9 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 201 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.07 |
| HSL | 317.21º | 0.76% | 0.69% | - |
| HSV(B) | 317.21º | 0.52% | 0.93% | - |
| XYZ | 51.15 | 34.08 | 59.14 | - |
| YUV | 160.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 201 | 0 | 0.52 | 0.15 | 0.07 | 317.21 | 0.76 | 0.69 |
| Hex | EC | 72 | C9 | 0 | 34 | F | 7 | 13D | 4C | 45 |
| Octal | 354 | 162 | 311 | 0 | 64 | 17 | 7 | 475 | 114 | 105 |
| Binary | 11101100 | 1110010 | 11001001 | 0 | 110100 | 1111 | 111 | 100111101 | 1001100 | 1000101 |
Color Harmonies of #EC72C9
Complementary color
Monochromatic Colors of #EC72C9
Black with #EC72C9
Text Example
Text Example
White with #EC72C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72C9; }
p { color: rgb(236,114,201); }
H1.HeaderClassName
{
color: #EC72C9;
}
.AnyTagClassName
{
color: #EC72C9;
}
</style>
background-color css
<style>
a { background-color: #EC72C9; }
a { background-color: rgb(236,114,201); }
div.DivClassName
{
background-color: #EC72C9;
}
.BgClassName
{
background-color: #EC72C9;
}
</style>
border-color css
<style>
span { border-color: #EC72C9; }
span { border-color: rgb(236,114,201); }
td.TdClassName
{
border-color: #EC72C9;
}
.TagClassName
{
border-color: #EC72C9;
}
</style>