Shades of Neon Pink #ED67BC
Tints of Neon Pink #ED67BC
RGB
CMYK
RGB Variations
Color information
#ED67BC (or 0xED67BC) is known color: Neon Pink. HEX triplet: ED, 67 and BC. RGB value is (237,103,188). Sum of RGB (Red+Green+Blue) = 237+103+188=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED67BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED67BC is #129843. Grayscale: #989898. Windows color (decimal): -1218628 or 12347373. OLE color: 12347373.
HSL color Cylindrical-coordinate representation of color #ED67BC: hue angle of 321.94º degrees, saturation: 0.79, 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 #ED67BC is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 188 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.07 |
| HSL | 321.94º | 0.79% | 0.67% | - |
| HSV(B) | 321.94º | 0.57% | 0.93% | - |
| XYZ | 48.85 | 31.34 | 51.05 | - |
| YUV | 152.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 188 | 0 | 0.57 | 0.21 | 0.07 | 321.94 | 0.79 | 0.67 |
| Hex | ED | 67 | BC | 0 | 39 | 15 | 7 | 142 | 4F | 43 |
| Octal | 355 | 147 | 274 | 0 | 71 | 25 | 7 | 502 | 117 | 103 |
| Binary | 11101101 | 1100111 | 10111100 | 0 | 111001 | 10101 | 111 | 101000010 | 1001111 | 1000011 |
Color Harmonies of #ED67BC
Complementary color
Monochromatic Colors of #ED67BC
Black with #ED67BC
Text Example
Text Example
White with #ED67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED67BC; }
p { color: rgb(237,103,188); }
H1.HeaderClassName
{
color: #ED67BC;
}
.AnyTagClassName
{
color: #ED67BC;
}
</style>
background-color css
<style>
a { background-color: #ED67BC; }
a { background-color: rgb(237,103,188); }
div.DivClassName
{
background-color: #ED67BC;
}
.BgClassName
{
background-color: #ED67BC;
}
</style>
border-color css
<style>
span { border-color: #ED67BC; }
span { border-color: rgb(237,103,188); }
td.TdClassName
{
border-color: #ED67BC;
}
.TagClassName
{
border-color: #ED67BC;
}
</style>