Shades of Neon Pink #EB74C8
Tints of Neon Pink #EB74C8
RGB
CMYK
RGB Variations
Color information
#EB74C8 (or 0xEB74C8) is known color: Neon Pink. HEX triplet: EB, 74 and C8. RGB value is (235,116,200). Sum of RGB (Red+Green+Blue) = 235+116+200=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74C8 is #148B37. Grayscale: #A0A0A0. Windows color (decimal): -1346360 or 13137131. OLE color: 13137131.
HSL color Cylindrical-coordinate representation of color #EB74C8: hue angle of 317.65º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB74C8 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 116 | 200 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.08 |
| HSL | 317.65º | 0.75% | 0.69% | - |
| HSV(B) | 317.65º | 0.51% | 0.92% | - |
| XYZ | 50.93 | 34.32 | 58.58 | - |
| YUV | 161.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 116 | 200 | 0 | 0.51 | 0.15 | 0.08 | 317.65 | 0.75 | 0.69 |
| Hex | EB | 74 | C8 | 0 | 33 | F | 8 | 13E | 4B | 45 |
| Octal | 353 | 164 | 310 | 0 | 63 | 17 | 10 | 476 | 113 | 105 |
| Binary | 11101011 | 1110100 | 11001000 | 0 | 110011 | 1111 | 1000 | 100111110 | 1001011 | 1000101 |
Color Harmonies of #EB74C8
Complementary color
Monochromatic Colors of #EB74C8
Black with #EB74C8
Text Example
Text Example
White with #EB74C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB74C8; }
p { color: rgb(235,116,200); }
H1.HeaderClassName
{
color: #EB74C8;
}
.AnyTagClassName
{
color: #EB74C8;
}
</style>
background-color css
<style>
a { background-color: #EB74C8; }
a { background-color: rgb(235,116,200); }
div.DivClassName
{
background-color: #EB74C8;
}
.BgClassName
{
background-color: #EB74C8;
}
</style>
border-color css
<style>
span { border-color: #EB74C8; }
span { border-color: rgb(235,116,200); }
td.TdClassName
{
border-color: #EB74C8;
}
.TagClassName
{
border-color: #EB74C8;
}
</style>