Shades of Neon Pink #EE71C4
Tints of Neon Pink #EE71C4
RGB
CMYK
RGB Variations
Color information
#EE71C4 (or 0xEE71C4) is known color: Neon Pink. HEX triplet: EE, 71 and C4. RGB value is (238,113,196). Sum of RGB (Red+Green+Blue) = 238+113+196=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE71C4 is #118E3B. Grayscale: #9F9F9F. Windows color (decimal): -1150524 or 12874222. OLE color: 12874222.
HSL color Cylindrical-coordinate representation of color #EE71C4: hue angle of 320.16º 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 #EE71C4 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 196 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.07 |
| HSL | 320.16º | 0.79% | 0.69% | - |
| HSV(B) | 320.16º | 0.53% | 0.93% | - |
| XYZ | 51.13 | 33.97 | 56.09 | - |
| YUV | 159.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 196 | 0 | 0.53 | 0.18 | 0.07 | 320.16 | 0.79 | 0.69 |
| Hex | EE | 71 | C4 | 0 | 35 | 12 | 7 | 140 | 4F | 45 |
| Octal | 356 | 161 | 304 | 0 | 65 | 22 | 7 | 500 | 117 | 105 |
| Binary | 11101110 | 1110001 | 11000100 | 0 | 110101 | 10010 | 111 | 101000000 | 1001111 | 1000101 |
Color Harmonies of #EE71C4
Complementary color
Monochromatic Colors of #EE71C4
Black with #EE71C4
Text Example
Text Example
White with #EE71C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE71C4; }
p { color: rgb(238,113,196); }
H1.HeaderClassName
{
color: #EE71C4;
}
.AnyTagClassName
{
color: #EE71C4;
}
</style>
background-color css
<style>
a { background-color: #EE71C4; }
a { background-color: rgb(238,113,196); }
div.DivClassName
{
background-color: #EE71C4;
}
.BgClassName
{
background-color: #EE71C4;
}
</style>
border-color css
<style>
span { border-color: #EE71C4; }
span { border-color: rgb(238,113,196); }
td.TdClassName
{
border-color: #EE71C4;
}
.TagClassName
{
border-color: #EE71C4;
}
</style>