Shades of Neon Pink #EE68CB
Tints of Neon Pink #EE68CB
RGB
CMYK
RGB Variations
Color information
#EE68CB (or 0xEE68CB) is known color: Neon Pink. HEX triplet: EE, 68 and CB. RGB value is (238,104,203). Sum of RGB (Red+Green+Blue) = 238+104+203=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68CB is #119734. Grayscale: #9B9B9B. Windows color (decimal): -1152821 or 13330670. OLE color: 13330670.
HSL color Cylindrical-coordinate representation of color #EE68CB: hue angle of 315.67º 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 #EE68CB is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 203 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.07 |
| HSL | 315.67º | 0.8% | 0.67% | - |
| HSV(B) | 315.67º | 0.56% | 0.93% | - |
| XYZ | 50.99 | 32.39 | 60.06 | - |
| YUV | 155.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 203 | 0 | 0.56 | 0.15 | 0.07 | 315.67 | 0.8 | 0.67 |
| Hex | EE | 68 | CB | 0 | 38 | F | 7 | 13C | 50 | 43 |
| Octal | 356 | 150 | 313 | 0 | 70 | 17 | 7 | 474 | 120 | 103 |
| Binary | 11101110 | 1101000 | 11001011 | 0 | 111000 | 1111 | 111 | 100111100 | 1010000 | 1000011 |
Color Harmonies of #EE68CB
Complementary color
Monochromatic Colors of #EE68CB
Black with #EE68CB
Text Example
Text Example
White with #EE68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68CB; }
p { color: rgb(238,104,203); }
H1.HeaderClassName
{
color: #EE68CB;
}
.AnyTagClassName
{
color: #EE68CB;
}
</style>
background-color css
<style>
a { background-color: #EE68CB; }
a { background-color: rgb(238,104,203); }
div.DivClassName
{
background-color: #EE68CB;
}
.BgClassName
{
background-color: #EE68CB;
}
</style>
border-color css
<style>
span { border-color: #EE68CB; }
span { border-color: rgb(238,104,203); }
td.TdClassName
{
border-color: #EE68CB;
}
.TagClassName
{
border-color: #EE68CB;
}
</style>