Shades of Neon Pink #EB69C2
Tints of Neon Pink #EB69C2
RGB
CMYK
RGB Variations
Color information
#EB69C2 (or 0xEB69C2) is known color: Neon Pink. HEX triplet: EB, 69 and C2. RGB value is (235,105,194). Sum of RGB (Red+Green+Blue) = 235+105+194=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB69C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB69C2 is #14963D. Grayscale: #999999. Windows color (decimal): -1349182 or 12741099. OLE color: 12741099.
HSL color Cylindrical-coordinate representation of color #EB69C2: hue angle of 318.92º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB69C2 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 105 | 194 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.08 |
| HSL | 318.92º | 0.76% | 0.67% | - |
| HSV(B) | 318.92º | 0.55% | 0.92% | - |
| XYZ | 49.05 | 31.66 | 54.56 | - |
| YUV | 154.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 105 | 194 | 0 | 0.55 | 0.17 | 0.08 | 318.92 | 0.76 | 0.67 |
| Hex | EB | 69 | C2 | 0 | 37 | 11 | 8 | 13F | 4C | 43 |
| Octal | 353 | 151 | 302 | 0 | 67 | 21 | 10 | 477 | 114 | 103 |
| Binary | 11101011 | 1101001 | 11000010 | 0 | 110111 | 10001 | 1000 | 100111111 | 1001100 | 1000011 |
Color Harmonies of #EB69C2
Complementary color
Monochromatic Colors of #EB69C2
Black with #EB69C2
Text Example
Text Example
White with #EB69C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB69C2; }
p { color: rgb(235,105,194); }
H1.HeaderClassName
{
color: #EB69C2;
}
.AnyTagClassName
{
color: #EB69C2;
}
</style>
background-color css
<style>
a { background-color: #EB69C2; }
a { background-color: rgb(235,105,194); }
div.DivClassName
{
background-color: #EB69C2;
}
.BgClassName
{
background-color: #EB69C2;
}
</style>
border-color css
<style>
span { border-color: #EB69C2; }
span { border-color: rgb(235,105,194); }
td.TdClassName
{
border-color: #EB69C2;
}
.TagClassName
{
border-color: #EB69C2;
}
</style>