Shades of Neon Pink #EB65C7
Tints of Neon Pink #EB65C7
RGB
CMYK
RGB Variations
Color information
#EB65C7 (or 0xEB65C7) is known color: Neon Pink. HEX triplet: EB, 65 and C7. RGB value is (235,101,199). Sum of RGB (Red+Green+Blue) = 235+101+199=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB65C7 is #149A38. Grayscale: #979797. Windows color (decimal): -1350201 or 13067755. OLE color: 13067755.
HSL color Cylindrical-coordinate representation of color #EB65C7: hue angle of 316.12º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB65C7 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 199 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.08 |
| HSL | 316.12º | 0.77% | 0.66% | - |
| HSV(B) | 316.12º | 0.57% | 0.92% | - |
| XYZ | 49.22 | 31.09 | 57.44 | - |
| YUV | 152.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 199 | 0 | 0.57 | 0.15 | 0.08 | 316.12 | 0.77 | 0.66 |
| Hex | EB | 65 | C7 | 0 | 39 | F | 8 | 13C | 4D | 42 |
| Octal | 353 | 145 | 307 | 0 | 71 | 17 | 10 | 474 | 115 | 102 |
| Binary | 11101011 | 1100101 | 11000111 | 0 | 111001 | 1111 | 1000 | 100111100 | 1001101 | 1000010 |
Color Harmonies of #EB65C7
Complementary color
Monochromatic Colors of #EB65C7
Black with #EB65C7
Text Example
Text Example
White with #EB65C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB65C7; }
p { color: rgb(235,101,199); }
H1.HeaderClassName
{
color: #EB65C7;
}
.AnyTagClassName
{
color: #EB65C7;
}
</style>
background-color css
<style>
a { background-color: #EB65C7; }
a { background-color: rgb(235,101,199); }
div.DivClassName
{
background-color: #EB65C7;
}
.BgClassName
{
background-color: #EB65C7;
}
</style>
border-color css
<style>
span { border-color: #EB65C7; }
span { border-color: rgb(235,101,199); }
td.TdClassName
{
border-color: #EB65C7;
}
.TagClassName
{
border-color: #EB65C7;
}
</style>