Shades of Neon Pink #EB63C5
Tints of Neon Pink #EB63C5
RGB
CMYK
RGB Variations
Color information
#EB63C5 (or 0xEB63C5) is known color: Neon Pink. HEX triplet: EB, 63 and C5. RGB value is (235,99,197). Sum of RGB (Red+Green+Blue) = 235+99+197=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB63C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB63C5 is #149C3A. Grayscale: #969696. Windows color (decimal): -1350715 or 12936171. OLE color: 12936171.
HSL color Cylindrical-coordinate representation of color #EB63C5: hue angle of 316.76º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB63C5 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 99 | 197 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.08 |
| HSL | 316.76º | 0.77% | 0.65% | - |
| HSV(B) | 316.76º | 0.58% | 0.92% | - |
| XYZ | 48.8 | 30.62 | 56.16 | - |
| YUV | 150.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 99 | 197 | 0 | 0.58 | 0.16 | 0.08 | 316.76 | 0.77 | 0.65 |
| Hex | EB | 63 | C5 | 0 | 3A | 10 | 8 | 13D | 4D | 41 |
| Octal | 353 | 143 | 305 | 0 | 72 | 20 | 10 | 475 | 115 | 101 |
| Binary | 11101011 | 1100011 | 11000101 | 0 | 111010 | 10000 | 1000 | 100111101 | 1001101 | 1000001 |
Color Harmonies of #EB63C5
Complementary color
Monochromatic Colors of #EB63C5
Black with #EB63C5
Text Example
Text Example
White with #EB63C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB63C5; }
p { color: rgb(235,99,197); }
H1.HeaderClassName
{
color: #EB63C5;
}
.AnyTagClassName
{
color: #EB63C5;
}
</style>
background-color css
<style>
a { background-color: #EB63C5; }
a { background-color: rgb(235,99,197); }
div.DivClassName
{
background-color: #EB63C5;
}
.BgClassName
{
background-color: #EB63C5;
}
</style>
border-color css
<style>
span { border-color: #EB63C5; }
span { border-color: rgb(235,99,197); }
td.TdClassName
{
border-color: #EB63C5;
}
.TagClassName
{
border-color: #EB63C5;
}
</style>