Shades of Neon Pink #ED66CB
Tints of Neon Pink #ED66CB
RGB
CMYK
RGB Variations
Color information
#ED66CB (or 0xED66CB) is known color: Neon Pink. HEX triplet: ED, 66 and CB. RGB value is (237,102,203). Sum of RGB (Red+Green+Blue) = 237+102+203=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED66CB is #129934. Grayscale: #999999. Windows color (decimal): -1218869 or 13330157. OLE color: 13330157.
HSL color Cylindrical-coordinate representation of color #ED66CB: hue angle of 315.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED66CB is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 203 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.07 |
| HSL | 315.11º | 0.79% | 0.66% | - |
| HSV(B) | 315.11º | 0.57% | 0.93% | - |
| XYZ | 50.46 | 31.82 | 59.98 | - |
| YUV | 153.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 203 | 0 | 0.57 | 0.14 | 0.07 | 315.11 | 0.79 | 0.66 |
| Hex | ED | 66 | CB | 0 | 39 | E | 7 | 13B | 4F | 42 |
| Octal | 355 | 146 | 313 | 0 | 71 | 16 | 7 | 473 | 117 | 102 |
| Binary | 11101101 | 1100110 | 11001011 | 0 | 111001 | 1110 | 111 | 100111011 | 1001111 | 1000010 |
Color Harmonies of #ED66CB
Complementary color
Monochromatic Colors of #ED66CB
Black with #ED66CB
Text Example
Text Example
White with #ED66CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66CB; }
p { color: rgb(237,102,203); }
H1.HeaderClassName
{
color: #ED66CB;
}
.AnyTagClassName
{
color: #ED66CB;
}
</style>
background-color css
<style>
a { background-color: #ED66CB; }
a { background-color: rgb(237,102,203); }
div.DivClassName
{
background-color: #ED66CB;
}
.BgClassName
{
background-color: #ED66CB;
}
</style>
border-color css
<style>
span { border-color: #ED66CB; }
span { border-color: rgb(237,102,203); }
td.TdClassName
{
border-color: #ED66CB;
}
.TagClassName
{
border-color: #ED66CB;
}
</style>