Shades of Neon Pink #EE70C7
Tints of Neon Pink #EE70C7
RGB
CMYK
RGB Variations
Color information
#EE70C7 (or 0xEE70C7) is known color: Neon Pink. HEX triplet: EE, 70 and C7. RGB value is (238,112,199). Sum of RGB (Red+Green+Blue) = 238+112+199=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70C7 is #118F38. Grayscale: #9F9F9F. Windows color (decimal): -1150777 or 13070574. OLE color: 13070574.
HSL color Cylindrical-coordinate representation of color #EE70C7: hue angle of 318.57º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE70C7 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 199 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.07 |
| HSL | 318.57º | 0.79% | 0.69% | - |
| HSV(B) | 318.57º | 0.53% | 0.93% | - |
| XYZ | 51.36 | 33.89 | 57.87 | - |
| YUV | 159.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 199 | 0 | 0.53 | 0.16 | 0.07 | 318.57 | 0.79 | 0.69 |
| Hex | EE | 70 | C7 | 0 | 35 | 10 | 7 | 13F | 4F | 45 |
| Octal | 356 | 160 | 307 | 0 | 65 | 20 | 7 | 477 | 117 | 105 |
| Binary | 11101110 | 1110000 | 11000111 | 0 | 110101 | 10000 | 111 | 100111111 | 1001111 | 1000101 |
Color Harmonies of #EE70C7
Complementary color
Monochromatic Colors of #EE70C7
Black with #EE70C7
Text Example
Text Example
White with #EE70C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70C7; }
p { color: rgb(238,112,199); }
H1.HeaderClassName
{
color: #EE70C7;
}
.AnyTagClassName
{
color: #EE70C7;
}
</style>
background-color css
<style>
a { background-color: #EE70C7; }
a { background-color: rgb(238,112,199); }
div.DivClassName
{
background-color: #EE70C7;
}
.BgClassName
{
background-color: #EE70C7;
}
</style>
border-color css
<style>
span { border-color: #EE70C7; }
span { border-color: rgb(238,112,199); }
td.TdClassName
{
border-color: #EE70C7;
}
.TagClassName
{
border-color: #EE70C7;
}
</style>