Shades of Neon Pink #EE6CCC
Tints of Neon Pink #EE6CCC
RGB
CMYK
RGB Variations
Color information
#EE6CCC (or 0xEE6CCC) is known color: Neon Pink. HEX triplet: EE, 6C and CC. RGB value is (238,108,204). Sum of RGB (Red+Green+Blue) = 238+108+204=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6CCC is #119333. Grayscale: #9D9D9D. Windows color (decimal): -1151796 or 13397230. OLE color: 13397230.
HSL color Cylindrical-coordinate representation of color #EE6CCC: hue angle of 315.69º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6CCC is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 204 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.07 |
| HSL | 315.69º | 0.79% | 0.68% | - |
| HSV(B) | 315.69º | 0.55% | 0.93% | - |
| XYZ | 51.52 | 33.26 | 60.83 | - |
| YUV | 157.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 204 | 0 | 0.55 | 0.14 | 0.07 | 315.69 | 0.79 | 0.68 |
| Hex | EE | 6C | CC | 0 | 37 | E | 7 | 13C | 4F | 44 |
| Octal | 356 | 154 | 314 | 0 | 67 | 16 | 7 | 474 | 117 | 104 |
| Binary | 11101110 | 1101100 | 11001100 | 0 | 110111 | 1110 | 111 | 100111100 | 1001111 | 1000100 |
Color Harmonies of #EE6CCC
Complementary color
Monochromatic Colors of #EE6CCC
Black with #EE6CCC
Text Example
Text Example
White with #EE6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6CCC; }
p { color: rgb(238,108,204); }
H1.HeaderClassName
{
color: #EE6CCC;
}
.AnyTagClassName
{
color: #EE6CCC;
}
</style>
background-color css
<style>
a { background-color: #EE6CCC; }
a { background-color: rgb(238,108,204); }
div.DivClassName
{
background-color: #EE6CCC;
}
.BgClassName
{
background-color: #EE6CCC;
}
</style>
border-color css
<style>
span { border-color: #EE6CCC; }
span { border-color: rgb(238,108,204); }
td.TdClassName
{
border-color: #EE6CCC;
}
.TagClassName
{
border-color: #EE6CCC;
}
</style>