Shades of Neon Pink #EE67C2
Tints of Neon Pink #EE67C2
RGB
CMYK
RGB Variations
Color information
#EE67C2 (or 0xEE67C2) is known color: Neon Pink. HEX triplet: EE, 67 and C2. RGB value is (238,103,194). Sum of RGB (Red+Green+Blue) = 238+103+194=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE67C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE67C2 is #11983D. Grayscale: #999999. Windows color (decimal): -1153086 or 12740590. OLE color: 12740590.
HSL color Cylindrical-coordinate representation of color #EE67C2: hue angle of 319.56º 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 #EE67C2 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 194 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.07 |
| HSL | 319.56º | 0.8% | 0.67% | - |
| HSV(B) | 319.56º | 0.57% | 0.93% | - |
| XYZ | 49.85 | 31.77 | 54.54 | - |
| YUV | 153.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 194 | 0 | 0.57 | 0.18 | 0.07 | 319.56 | 0.8 | 0.67 |
| Hex | EE | 67 | C2 | 0 | 39 | 12 | 7 | 140 | 50 | 43 |
| Octal | 356 | 147 | 302 | 0 | 71 | 22 | 7 | 500 | 120 | 103 |
| Binary | 11101110 | 1100111 | 11000010 | 0 | 111001 | 10010 | 111 | 101000000 | 1010000 | 1000011 |
Color Harmonies of #EE67C2
Complementary color
Monochromatic Colors of #EE67C2
Black with #EE67C2
Text Example
Text Example
White with #EE67C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE67C2; }
p { color: rgb(238,103,194); }
H1.HeaderClassName
{
color: #EE67C2;
}
.AnyTagClassName
{
color: #EE67C2;
}
</style>
background-color css
<style>
a { background-color: #EE67C2; }
a { background-color: rgb(238,103,194); }
div.DivClassName
{
background-color: #EE67C2;
}
.BgClassName
{
background-color: #EE67C2;
}
</style>
border-color css
<style>
span { border-color: #EE67C2; }
span { border-color: rgb(238,103,194); }
td.TdClassName
{
border-color: #EE67C2;
}
.TagClassName
{
border-color: #EE67C2;
}
</style>