Shades of Neon Pink #EB67C1
Tints of Neon Pink #EB67C1
RGB
CMYK
RGB Variations
Color information
#EB67C1 (or 0xEB67C1) is known color: Neon Pink. HEX triplet: EB, 67 and C1. RGB value is (235,103,193). Sum of RGB (Red+Green+Blue) = 235+103+193=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB67C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB67C1 is #14983E. Grayscale: #989898. Windows color (decimal): -1349695 or 12675051. OLE color: 12675051.
HSL color Cylindrical-coordinate representation of color #EB67C1: hue angle of 319.09º 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 #EB67C1 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 193 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.08 |
| HSL | 319.09º | 0.77% | 0.66% | - |
| HSV(B) | 319.09º | 0.56% | 0.92% | - |
| XYZ | 48.74 | 31.21 | 53.91 | - |
| YUV | 152.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 193 | 0 | 0.56 | 0.18 | 0.08 | 319.09 | 0.77 | 0.66 |
| Hex | EB | 67 | C1 | 0 | 38 | 12 | 8 | 13F | 4D | 42 |
| Octal | 353 | 147 | 301 | 0 | 70 | 22 | 10 | 477 | 115 | 102 |
| Binary | 11101011 | 1100111 | 11000001 | 0 | 111000 | 10010 | 1000 | 100111111 | 1001101 | 1000010 |
Color Harmonies of #EB67C1
Complementary color
Monochromatic Colors of #EB67C1
Black with #EB67C1
Text Example
Text Example
White with #EB67C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB67C1; }
p { color: rgb(235,103,193); }
H1.HeaderClassName
{
color: #EB67C1;
}
.AnyTagClassName
{
color: #EB67C1;
}
</style>
background-color css
<style>
a { background-color: #EB67C1; }
a { background-color: rgb(235,103,193); }
div.DivClassName
{
background-color: #EB67C1;
}
.BgClassName
{
background-color: #EB67C1;
}
</style>
border-color css
<style>
span { border-color: #EB67C1; }
span { border-color: rgb(235,103,193); }
td.TdClassName
{
border-color: #EB67C1;
}
.TagClassName
{
border-color: #EB67C1;
}
</style>