Shades of Neon Pink #EB68C5
Tints of Neon Pink #EB68C5
RGB
CMYK
RGB Variations
Color information
#EB68C5 (or 0xEB68C5) is known color: Neon Pink. HEX triplet: EB, 68 and C5. RGB value is (235,104,197). Sum of RGB (Red+Green+Blue) = 235+104+197=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68C5 is #14973A. Grayscale: #999999. Windows color (decimal): -1349435 or 12937451. OLE color: 12937451.
HSL color Cylindrical-coordinate representation of color #EB68C5: hue angle of 317.4º 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 #EB68C5 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 197 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.08 |
| HSL | 317.4º | 0.77% | 0.66% | - |
| HSV(B) | 317.4º | 0.56% | 0.92% | - |
| XYZ | 49.29 | 31.59 | 56.32 | - |
| YUV | 153.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 197 | 0 | 0.56 | 0.16 | 0.08 | 317.4 | 0.77 | 0.66 |
| Hex | EB | 68 | C5 | 0 | 38 | 10 | 8 | 13D | 4D | 42 |
| Octal | 353 | 150 | 305 | 0 | 70 | 20 | 10 | 475 | 115 | 102 |
| Binary | 11101011 | 1101000 | 11000101 | 0 | 111000 | 10000 | 1000 | 100111101 | 1001101 | 1000010 |
Color Harmonies of #EB68C5
Complementary color
Monochromatic Colors of #EB68C5
Black with #EB68C5
Text Example
Text Example
White with #EB68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68C5; }
p { color: rgb(235,104,197); }
H1.HeaderClassName
{
color: #EB68C5;
}
.AnyTagClassName
{
color: #EB68C5;
}
</style>
background-color css
<style>
a { background-color: #EB68C5; }
a { background-color: rgb(235,104,197); }
div.DivClassName
{
background-color: #EB68C5;
}
.BgClassName
{
background-color: #EB68C5;
}
</style>
border-color css
<style>
span { border-color: #EB68C5; }
span { border-color: rgb(235,104,197); }
td.TdClassName
{
border-color: #EB68C5;
}
.TagClassName
{
border-color: #EB68C5;
}
</style>