Shades of Neon Pink #EB68BC
Tints of Neon Pink #EB68BC
RGB
CMYK
RGB Variations
Color information
#EB68BC (or 0xEB68BC) is known color: Neon Pink. HEX triplet: EB, 68 and BC. RGB value is (235,104,188). Sum of RGB (Red+Green+Blue) = 235+104+188=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68BC is #149743. Grayscale: #989898. Windows color (decimal): -1349444 or 12347627. OLE color: 12347627.
HSL color Cylindrical-coordinate representation of color #EB68BC: hue angle of 321.53º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB68BC is Cyan = 0, Magento = 0.56, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 188 | - |
| CMYK | 0 | 0.56 | 0.2 | 0.08 |
| HSL | 321.53º | 0.77% | 0.66% | - |
| HSV(B) | 321.53º | 0.56% | 0.92% | - |
| XYZ | 48.29 | 31.19 | 51.05 | - |
| YUV | 152.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 188 | 0 | 0.56 | 0.2 | 0.08 | 321.53 | 0.77 | 0.66 |
| Hex | EB | 68 | BC | 0 | 38 | 14 | 8 | 142 | 4D | 42 |
| Octal | 353 | 150 | 274 | 0 | 70 | 24 | 10 | 502 | 115 | 102 |
| Binary | 11101011 | 1101000 | 10111100 | 0 | 111000 | 10100 | 1000 | 101000010 | 1001101 | 1000010 |
Color Harmonies of #EB68BC
Complementary color
Monochromatic Colors of #EB68BC
Black with #EB68BC
Text Example
Text Example
White with #EB68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68BC; }
p { color: rgb(235,104,188); }
H1.HeaderClassName
{
color: #EB68BC;
}
.AnyTagClassName
{
color: #EB68BC;
}
</style>
background-color css
<style>
a { background-color: #EB68BC; }
a { background-color: rgb(235,104,188); }
div.DivClassName
{
background-color: #EB68BC;
}
.BgClassName
{
background-color: #EB68BC;
}
</style>
border-color css
<style>
span { border-color: #EB68BC; }
span { border-color: rgb(235,104,188); }
td.TdClassName
{
border-color: #EB68BC;
}
.TagClassName
{
border-color: #EB68BC;
}
</style>