Shades of Neon Pink #ED68CB
Tints of Neon Pink #ED68CB
RGB
CMYK
RGB Variations
Color information
#ED68CB (or 0xED68CB) is known color: Neon Pink. HEX triplet: ED, 68 and CB. RGB value is (237,104,203). Sum of RGB (Red+Green+Blue) = 237+104+203=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED68CB is #129734. Grayscale: #9A9A9A. Windows color (decimal): -1218357 or 13330669. OLE color: 13330669.
HSL color Cylindrical-coordinate representation of color #ED68CB: hue angle of 315.34º degrees, saturation: 0.79, 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 #ED68CB is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 203 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.07 |
| HSL | 315.34º | 0.79% | 0.67% | - |
| HSV(B) | 315.34º | 0.56% | 0.93% | - |
| XYZ | 50.65 | 32.22 | 60.05 | - |
| YUV | 155.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 203 | 0 | 0.56 | 0.14 | 0.07 | 315.34 | 0.79 | 0.67 |
| Hex | ED | 68 | CB | 0 | 38 | E | 7 | 13B | 4F | 43 |
| Octal | 355 | 150 | 313 | 0 | 70 | 16 | 7 | 473 | 117 | 103 |
| Binary | 11101101 | 1101000 | 11001011 | 0 | 111000 | 1110 | 111 | 100111011 | 1001111 | 1000011 |
Color Harmonies of #ED68CB
Complementary color
Monochromatic Colors of #ED68CB
Black with #ED68CB
Text Example
Text Example
White with #ED68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED68CB; }
p { color: rgb(237,104,203); }
H1.HeaderClassName
{
color: #ED68CB;
}
.AnyTagClassName
{
color: #ED68CB;
}
</style>
background-color css
<style>
a { background-color: #ED68CB; }
a { background-color: rgb(237,104,203); }
div.DivClassName
{
background-color: #ED68CB;
}
.BgClassName
{
background-color: #ED68CB;
}
</style>
border-color css
<style>
span { border-color: #ED68CB; }
span { border-color: rgb(237,104,203); }
td.TdClassName
{
border-color: #ED68CB;
}
.TagClassName
{
border-color: #ED68CB;
}
</style>