Shades of Neon Pink #EE68CC
Tints of Neon Pink #EE68CC
RGB
CMYK
RGB Variations
Color information
#EE68CC (or 0xEE68CC) is known color: Neon Pink. HEX triplet: EE, 68 and CC. RGB value is (238,104,204). Sum of RGB (Red+Green+Blue) = 238+104+204=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68CC is #119733. Grayscale: #9B9B9B. Windows color (decimal): -1152820 or 13396206. OLE color: 13396206.
HSL color Cylindrical-coordinate representation of color #EE68CC: hue angle of 315.22º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE68CC is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 204 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.07 |
| HSL | 315.22º | 0.8% | 0.67% | - |
| HSV(B) | 315.22º | 0.56% | 0.93% | - |
| XYZ | 51.11 | 32.44 | 60.69 | - |
| YUV | 155.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 204 | 0 | 0.56 | 0.14 | 0.07 | 315.22 | 0.8 | 0.67 |
| Hex | EE | 68 | CC | 0 | 38 | E | 7 | 13B | 50 | 43 |
| Octal | 356 | 150 | 314 | 0 | 70 | 16 | 7 | 473 | 120 | 103 |
| Binary | 11101110 | 1101000 | 11001100 | 0 | 111000 | 1110 | 111 | 100111011 | 1010000 | 1000011 |
Color Harmonies of #EE68CC
Complementary color
Monochromatic Colors of #EE68CC
Black with #EE68CC
Text Example
Text Example
White with #EE68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68CC; }
p { color: rgb(238,104,204); }
H1.HeaderClassName
{
color: #EE68CC;
}
.AnyTagClassName
{
color: #EE68CC;
}
</style>
background-color css
<style>
a { background-color: #EE68CC; }
a { background-color: rgb(238,104,204); }
div.DivClassName
{
background-color: #EE68CC;
}
.BgClassName
{
background-color: #EE68CC;
}
</style>
border-color css
<style>
span { border-color: #EE68CC; }
span { border-color: rgb(238,104,204); }
td.TdClassName
{
border-color: #EE68CC;
}
.TagClassName
{
border-color: #EE68CC;
}
</style>