Shades of Neon Pink #EE67CC
Tints of Neon Pink #EE67CC
RGB
CMYK
RGB Variations
Color information
#EE67CC (or 0xEE67CC) is known color: Neon Pink. HEX triplet: EE, 67 and CC. RGB value is (238,103,204). Sum of RGB (Red+Green+Blue) = 238+103+204=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE67CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE67CC is #119833. Grayscale: #9A9A9A. Windows color (decimal): -1153076 or 13395950. OLE color: 13395950.
HSL color Cylindrical-coordinate representation of color #EE67CC: hue angle of 315.11º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE67CC is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 204 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.07 |
| HSL | 315.11º | 0.8% | 0.67% | - |
| HSV(B) | 315.11º | 0.57% | 0.93% | - |
| XYZ | 51.01 | 32.24 | 60.66 | - |
| YUV | 154.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 204 | 0 | 0.57 | 0.14 | 0.07 | 315.11 | 0.8 | 0.67 |
| Hex | EE | 67 | CC | 0 | 39 | E | 7 | 13B | 50 | 43 |
| Octal | 356 | 147 | 314 | 0 | 71 | 16 | 7 | 473 | 120 | 103 |
| Binary | 11101110 | 1100111 | 11001100 | 0 | 111001 | 1110 | 111 | 100111011 | 1010000 | 1000011 |
Color Harmonies of #EE67CC
Complementary color
Monochromatic Colors of #EE67CC
Black with #EE67CC
Text Example
Text Example
White with #EE67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE67CC; }
p { color: rgb(238,103,204); }
H1.HeaderClassName
{
color: #EE67CC;
}
.AnyTagClassName
{
color: #EE67CC;
}
</style>
background-color css
<style>
a { background-color: #EE67CC; }
a { background-color: rgb(238,103,204); }
div.DivClassName
{
background-color: #EE67CC;
}
.BgClassName
{
background-color: #EE67CC;
}
</style>
border-color css
<style>
span { border-color: #EE67CC; }
span { border-color: rgb(238,103,204); }
td.TdClassName
{
border-color: #EE67CC;
}
.TagClassName
{
border-color: #EE67CC;
}
</style>