Shades of Neon Pink #EC73C4
Tints of Neon Pink #EC73C4
RGB
CMYK
RGB Variations
Color information
#EC73C4 (or 0xEC73C4) is known color: Neon Pink. HEX triplet: EC, 73 and C4. RGB value is (236,115,196). Sum of RGB (Red+Green+Blue) = 236+115+196=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73C4 is #138C3B. Grayscale: #A0A0A0. Windows color (decimal): -1281084 or 12874732. OLE color: 12874732.
HSL color Cylindrical-coordinate representation of color #EC73C4: hue angle of 319.83º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73C4 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 196 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.07 |
| HSL | 319.83º | 0.76% | 0.69% | - |
| HSV(B) | 319.83º | 0.51% | 0.93% | - |
| XYZ | 50.69 | 34.08 | 56.13 | - |
| YUV | 160.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 196 | 0 | 0.51 | 0.17 | 0.07 | 319.83 | 0.76 | 0.69 |
| Hex | EC | 73 | C4 | 0 | 33 | 11 | 7 | 140 | 4C | 45 |
| Octal | 354 | 163 | 304 | 0 | 63 | 21 | 7 | 500 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11000100 | 0 | 110011 | 10001 | 111 | 101000000 | 1001100 | 1000101 |
Color Harmonies of #EC73C4
Complementary color
Monochromatic Colors of #EC73C4
Black with #EC73C4
Text Example
Text Example
White with #EC73C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73C4; }
p { color: rgb(236,115,196); }
H1.HeaderClassName
{
color: #EC73C4;
}
.AnyTagClassName
{
color: #EC73C4;
}
</style>
background-color css
<style>
a { background-color: #EC73C4; }
a { background-color: rgb(236,115,196); }
div.DivClassName
{
background-color: #EC73C4;
}
.BgClassName
{
background-color: #EC73C4;
}
</style>
border-color css
<style>
span { border-color: #EC73C4; }
span { border-color: rgb(236,115,196); }
td.TdClassName
{
border-color: #EC73C4;
}
.TagClassName
{
border-color: #EC73C4;
}
</style>