Shades of Neon Pink #EB68C8
Tints of Neon Pink #EB68C8
RGB
CMYK
RGB Variations
Color information
#EB68C8 (or 0xEB68C8) is known color: Neon Pink. HEX triplet: EB, 68 and C8. RGB value is (235,104,200). Sum of RGB (Red+Green+Blue) = 235+104+200=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68C8 is #149737. Grayscale: #999999. Windows color (decimal): -1349432 or 13134059. OLE color: 13134059.
HSL color Cylindrical-coordinate representation of color #EB68C8: hue angle of 316.03º 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 #EB68C8 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 200 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.08 |
| HSL | 316.03º | 0.77% | 0.66% | - |
| HSV(B) | 316.03º | 0.56% | 0.92% | - |
| XYZ | 49.64 | 31.73 | 58.15 | - |
| YUV | 154.11 | 153.9 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 200 | 0 | 0.56 | 0.15 | 0.08 | 316.03 | 0.77 | 0.66 |
| Hex | EB | 68 | C8 | 0 | 38 | F | 8 | 13C | 4D | 42 |
| Octal | 353 | 150 | 310 | 0 | 70 | 17 | 10 | 474 | 115 | 102 |
| Binary | 11101011 | 1101000 | 11001000 | 0 | 111000 | 1111 | 1000 | 100111100 | 1001101 | 1000010 |
Color Harmonies of #EB68C8
Complementary color
Monochromatic Colors of #EB68C8
Black with #EB68C8
Text Example
Text Example
White with #EB68C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68C8; }
p { color: rgb(235,104,200); }
H1.HeaderClassName
{
color: #EB68C8;
}
.AnyTagClassName
{
color: #EB68C8;
}
</style>
background-color css
<style>
a { background-color: #EB68C8; }
a { background-color: rgb(235,104,200); }
div.DivClassName
{
background-color: #EB68C8;
}
.BgClassName
{
background-color: #EB68C8;
}
</style>
border-color css
<style>
span { border-color: #EB68C8; }
span { border-color: rgb(235,104,200); }
td.TdClassName
{
border-color: #EB68C8;
}
.TagClassName
{
border-color: #EB68C8;
}
</style>