Shades of Neon Pink #EB69C8
Tints of Neon Pink #EB69C8
RGB
CMYK
RGB Variations
Color information
#EB69C8 (or 0xEB69C8) is known color: Neon Pink. HEX triplet: EB, 69 and C8. RGB value is (235,105,200). Sum of RGB (Red+Green+Blue) = 235+105+200=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB69C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB69C8 is #149637. Grayscale: #9A9A9A. Windows color (decimal): -1349176 or 13134315. OLE color: 13134315.
HSL color Cylindrical-coordinate representation of color #EB69C8: hue angle of 316.15º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB69C8 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 105 | 200 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.08 |
| HSL | 316.15º | 0.76% | 0.67% | - |
| HSV(B) | 316.15º | 0.55% | 0.92% | - |
| XYZ | 49.74 | 31.94 | 58.19 | - |
| YUV | 154.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 105 | 200 | 0 | 0.55 | 0.15 | 0.08 | 316.15 | 0.76 | 0.67 |
| Hex | EB | 69 | C8 | 0 | 37 | F | 8 | 13C | 4C | 43 |
| Octal | 353 | 151 | 310 | 0 | 67 | 17 | 10 | 474 | 114 | 103 |
| Binary | 11101011 | 1101001 | 11001000 | 0 | 110111 | 1111 | 1000 | 100111100 | 1001100 | 1000011 |
Color Harmonies of #EB69C8
Complementary color
Monochromatic Colors of #EB69C8
Black with #EB69C8
Text Example
Text Example
White with #EB69C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB69C8; }
p { color: rgb(235,105,200); }
H1.HeaderClassName
{
color: #EB69C8;
}
.AnyTagClassName
{
color: #EB69C8;
}
</style>
background-color css
<style>
a { background-color: #EB69C8; }
a { background-color: rgb(235,105,200); }
div.DivClassName
{
background-color: #EB69C8;
}
.BgClassName
{
background-color: #EB69C8;
}
</style>
border-color css
<style>
span { border-color: #EB69C8; }
span { border-color: rgb(235,105,200); }
td.TdClassName
{
border-color: #EB69C8;
}
.TagClassName
{
border-color: #EB69C8;
}
</style>