Shades of Neon Pink #EB6BCC
Tints of Neon Pink #EB6BCC
RGB
CMYK
RGB Variations
Color information
#EB6BCC (or 0xEB6BCC) is known color: Neon Pink. HEX triplet: EB, 6B and CC. RGB value is (235,107,204). Sum of RGB (Red+Green+Blue) = 235+107+204=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6BCC is #149433. Grayscale: #9C9C9C. Windows color (decimal): -1348660 or 13396971. OLE color: 13396971.
HSL color Cylindrical-coordinate representation of color #EB6BCC: hue angle of 314.53º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6BCC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 107 | 204 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.08 |
| HSL | 314.53º | 0.76% | 0.67% | - |
| HSV(B) | 314.53º | 0.54% | 0.92% | - |
| XYZ | 50.42 | 32.54 | 60.75 | - |
| YUV | 156.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 107 | 204 | 0 | 0.54 | 0.13 | 0.08 | 314.53 | 0.76 | 0.67 |
| Hex | EB | 6B | CC | 0 | 36 | D | 8 | 13B | 4C | 43 |
| Octal | 353 | 153 | 314 | 0 | 66 | 15 | 10 | 473 | 114 | 103 |
| Binary | 11101011 | 1101011 | 11001100 | 0 | 110110 | 1101 | 1000 | 100111011 | 1001100 | 1000011 |
Color Harmonies of #EB6BCC
Complementary color
Monochromatic Colors of #EB6BCC
Black with #EB6BCC
Text Example
Text Example
White with #EB6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6BCC; }
p { color: rgb(235,107,204); }
H1.HeaderClassName
{
color: #EB6BCC;
}
.AnyTagClassName
{
color: #EB6BCC;
}
</style>
background-color css
<style>
a { background-color: #EB6BCC; }
a { background-color: rgb(235,107,204); }
div.DivClassName
{
background-color: #EB6BCC;
}
.BgClassName
{
background-color: #EB6BCC;
}
</style>
border-color css
<style>
span { border-color: #EB6BCC; }
span { border-color: rgb(235,107,204); }
td.TdClassName
{
border-color: #EB6BCC;
}
.TagClassName
{
border-color: #EB6BCC;
}
</style>