Shades of Neon Pink #EC72C7
Tints of Neon Pink #EC72C7
RGB
CMYK
RGB Variations
Color information
#EC72C7 (or 0xEC72C7) is known color: Neon Pink. HEX triplet: EC, 72 and C7. RGB value is (236,114,199). Sum of RGB (Red+Green+Blue) = 236+114+199=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72C7 is #138D38. Grayscale: #9F9F9F. Windows color (decimal): -1281337 or 13071084. OLE color: 13071084.
HSL color Cylindrical-coordinate representation of color #EC72C7: hue angle of 318.2º 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 #EC72C7 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 199 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.07 |
| HSL | 318.2º | 0.76% | 0.69% | - |
| HSV(B) | 318.2º | 0.52% | 0.93% | - |
| XYZ | 50.92 | 33.99 | 57.91 | - |
| YUV | 160.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 199 | 0 | 0.52 | 0.16 | 0.07 | 318.2 | 0.76 | 0.69 |
| Hex | EC | 72 | C7 | 0 | 34 | 10 | 7 | 13E | 4C | 45 |
| Octal | 354 | 162 | 307 | 0 | 64 | 20 | 7 | 476 | 114 | 105 |
| Binary | 11101100 | 1110010 | 11000111 | 0 | 110100 | 10000 | 111 | 100111110 | 1001100 | 1000101 |
Color Harmonies of #EC72C7
Complementary color
Monochromatic Colors of #EC72C7
Black with #EC72C7
Text Example
Text Example
White with #EC72C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72C7; }
p { color: rgb(236,114,199); }
H1.HeaderClassName
{
color: #EC72C7;
}
.AnyTagClassName
{
color: #EC72C7;
}
</style>
background-color css
<style>
a { background-color: #EC72C7; }
a { background-color: rgb(236,114,199); }
div.DivClassName
{
background-color: #EC72C7;
}
.BgClassName
{
background-color: #EC72C7;
}
</style>
border-color css
<style>
span { border-color: #EC72C7; }
span { border-color: rgb(236,114,199); }
td.TdClassName
{
border-color: #EC72C7;
}
.TagClassName
{
border-color: #EC72C7;
}
</style>