Shades of Neon Pink #ED66BC
Tints of Neon Pink #ED66BC
RGB
CMYK
RGB Variations
Color information
#ED66BC (or 0xED66BC) is known color: Neon Pink. HEX triplet: ED, 66 and BC. RGB value is (237,102,188). Sum of RGB (Red+Green+Blue) = 237+102+188=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED66BC is #129943. Grayscale: #979797. Windows color (decimal): -1218884 or 12347117. OLE color: 12347117.
HSL color Cylindrical-coordinate representation of color #ED66BC: hue angle of 321.78º 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 #ED66BC is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 188 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.07 |
| HSL | 321.78º | 0.79% | 0.66% | - |
| HSV(B) | 321.78º | 0.57% | 0.93% | - |
| XYZ | 48.75 | 31.14 | 51.02 | - |
| YUV | 152.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 188 | 0 | 0.57 | 0.21 | 0.07 | 321.78 | 0.79 | 0.66 |
| Hex | ED | 66 | BC | 0 | 39 | 15 | 7 | 142 | 4F | 42 |
| Octal | 355 | 146 | 274 | 0 | 71 | 25 | 7 | 502 | 117 | 102 |
| Binary | 11101101 | 1100110 | 10111100 | 0 | 111001 | 10101 | 111 | 101000010 | 1001111 | 1000010 |
Color Harmonies of #ED66BC
Complementary color
Monochromatic Colors of #ED66BC
Black with #ED66BC
Text Example
Text Example
White with #ED66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66BC; }
p { color: rgb(237,102,188); }
H1.HeaderClassName
{
color: #ED66BC;
}
.AnyTagClassName
{
color: #ED66BC;
}
</style>
background-color css
<style>
a { background-color: #ED66BC; }
a { background-color: rgb(237,102,188); }
div.DivClassName
{
background-color: #ED66BC;
}
.BgClassName
{
background-color: #ED66BC;
}
</style>
border-color css
<style>
span { border-color: #ED66BC; }
span { border-color: rgb(237,102,188); }
td.TdClassName
{
border-color: #ED66BC;
}
.TagClassName
{
border-color: #ED66BC;
}
</style>