Shades of Neon Pink #EE67CB
Tints of Neon Pink #EE67CB
RGB
CMYK
RGB Variations
Color information
#EE67CB (or 0xEE67CB) is known color: Neon Pink. HEX triplet: EE, 67 and CB. RGB value is (238,103,203). Sum of RGB (Red+Green+Blue) = 238+103+203=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE67CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE67CB is #119834. Grayscale: #9A9A9A. Windows color (decimal): -1153077 or 13330414. OLE color: 13330414.
HSL color Cylindrical-coordinate representation of color #EE67CB: hue angle of 315.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 #EE67CB is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 203 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.07 |
| HSL | 315.56º | 0.8% | 0.67% | - |
| HSV(B) | 315.56º | 0.57% | 0.93% | - |
| XYZ | 50.89 | 32.19 | 60.03 | - |
| YUV | 154.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 203 | 0 | 0.57 | 0.15 | 0.07 | 315.56 | 0.8 | 0.67 |
| Hex | EE | 67 | CB | 0 | 39 | F | 7 | 13C | 50 | 43 |
| Octal | 356 | 147 | 313 | 0 | 71 | 17 | 7 | 474 | 120 | 103 |
| Binary | 11101110 | 1100111 | 11001011 | 0 | 111001 | 1111 | 111 | 100111100 | 1010000 | 1000011 |
Color Harmonies of #EE67CB
Complementary color
Monochromatic Colors of #EE67CB
Black with #EE67CB
Text Example
Text Example
White with #EE67CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE67CB; }
p { color: rgb(238,103,203); }
H1.HeaderClassName
{
color: #EE67CB;
}
.AnyTagClassName
{
color: #EE67CB;
}
</style>
background-color css
<style>
a { background-color: #EE67CB; }
a { background-color: rgb(238,103,203); }
div.DivClassName
{
background-color: #EE67CB;
}
.BgClassName
{
background-color: #EE67CB;
}
</style>
border-color css
<style>
span { border-color: #EE67CB; }
span { border-color: rgb(238,103,203); }
td.TdClassName
{
border-color: #EE67CB;
}
.TagClassName
{
border-color: #EE67CB;
}
</style>