Shades of Neon Pink #EC73CF
Tints of Neon Pink #EC73CF
RGB
CMYK
RGB Variations
Color information
#EC73CF (or 0xEC73CF) is known color: Neon Pink. HEX triplet: EC, 73 and CF. RGB value is (236,115,207). Sum of RGB (Red+Green+Blue) = 236+115+207=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73CF is #138C30. Grayscale: #A1A1A1. Windows color (decimal): -1281073 or 13595628. OLE color: 13595628.
HSL color Cylindrical-coordinate representation of color #EC73CF: hue angle of 314.38º 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 #EC73CF is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 207 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.07 |
| HSL | 314.38º | 0.76% | 0.69% | - |
| HSV(B) | 314.38º | 0.51% | 0.93% | - |
| XYZ | 51.99 | 34.6 | 62.97 | - |
| YUV | 161.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 207 | 0 | 0.51 | 0.12 | 0.07 | 314.38 | 0.76 | 0.69 |
| Hex | EC | 73 | CF | 0 | 33 | C | 7 | 13A | 4C | 45 |
| Octal | 354 | 163 | 317 | 0 | 63 | 14 | 7 | 472 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11001111 | 0 | 110011 | 1100 | 111 | 100111010 | 1001100 | 1000101 |
Color Harmonies of #EC73CF
Complementary color
Monochromatic Colors of #EC73CF
Black with #EC73CF
Text Example
Text Example
White with #EC73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73CF; }
p { color: rgb(236,115,207); }
H1.HeaderClassName
{
color: #EC73CF;
}
.AnyTagClassName
{
color: #EC73CF;
}
</style>
background-color css
<style>
a { background-color: #EC73CF; }
a { background-color: rgb(236,115,207); }
div.DivClassName
{
background-color: #EC73CF;
}
.BgClassName
{
background-color: #EC73CF;
}
</style>
border-color css
<style>
span { border-color: #EC73CF; }
span { border-color: rgb(236,115,207); }
td.TdClassName
{
border-color: #EC73CF;
}
.TagClassName
{
border-color: #EC73CF;
}
</style>