Shades of Neon Pink #EE72C7
Tints of Neon Pink #EE72C7
RGB
CMYK
RGB Variations
Color information
#EE72C7 (or 0xEE72C7) is known color: Neon Pink. HEX triplet: EE, 72 and C7. RGB value is (238,114,199). Sum of RGB (Red+Green+Blue) = 238+114+199=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72C7 is #118D38. Grayscale: #A0A0A0. Windows color (decimal): -1150265 or 13071086. OLE color: 13071086.
HSL color Cylindrical-coordinate representation of color #EE72C7: hue angle of 318.87º degrees, saturation: 0.78, 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 #EE72C7 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 199 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.07 |
| HSL | 318.87º | 0.78% | 0.69% | - |
| HSV(B) | 318.87º | 0.52% | 0.93% | - |
| XYZ | 51.59 | 34.34 | 57.94 | - |
| YUV | 160.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 199 | 0 | 0.52 | 0.16 | 0.07 | 318.87 | 0.78 | 0.69 |
| Hex | EE | 72 | C7 | 0 | 34 | 10 | 7 | 13F | 4E | 45 |
| Octal | 356 | 162 | 307 | 0 | 64 | 20 | 7 | 477 | 116 | 105 |
| Binary | 11101110 | 1110010 | 11000111 | 0 | 110100 | 10000 | 111 | 100111111 | 1001110 | 1000101 |
Color Harmonies of #EE72C7
Complementary color
Monochromatic Colors of #EE72C7
Black with #EE72C7
Text Example
Text Example
White with #EE72C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE72C7; }
p { color: rgb(238,114,199); }
H1.HeaderClassName
{
color: #EE72C7;
}
.AnyTagClassName
{
color: #EE72C7;
}
</style>
background-color css
<style>
a { background-color: #EE72C7; }
a { background-color: rgb(238,114,199); }
div.DivClassName
{
background-color: #EE72C7;
}
.BgClassName
{
background-color: #EE72C7;
}
</style>
border-color css
<style>
span { border-color: #EE72C7; }
span { border-color: rgb(238,114,199); }
td.TdClassName
{
border-color: #EE72C7;
}
.TagClassName
{
border-color: #EE72C7;
}
</style>