Shades of Neon Pink #EF67BD
Tints of Neon Pink #EF67BD
RGB
CMYK
RGB Variations
Color information
#EF67BD (or 0xEF67BD) is known color: Neon Pink. HEX triplet: EF, 67 and BD. RGB value is (239,103,189). Sum of RGB (Red+Green+Blue) = 239+103+189=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67BD is #109842. Grayscale: #999999. Windows color (decimal): -1087555 or 12412911. OLE color: 12412911.
HSL color Cylindrical-coordinate representation of color #EF67BD: hue angle of 322.06º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF67BD is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 189 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.06 |
| HSL | 322.06º | 0.81% | 0.67% | - |
| HSV(B) | 322.06º | 0.57% | 0.94% | - |
| XYZ | 49.63 | 31.73 | 51.65 | - |
| YUV | 153.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 189 | 0 | 0.57 | 0.21 | 0.06 | 322.06 | 0.81 | 0.67 |
| Hex | EF | 67 | BD | 0 | 39 | 15 | 6 | 142 | 51 | 43 |
| Octal | 357 | 147 | 275 | 0 | 71 | 25 | 6 | 502 | 121 | 103 |
| Binary | 11101111 | 1100111 | 10111101 | 0 | 111001 | 10101 | 110 | 101000010 | 1010001 | 1000011 |
Color Harmonies of #EF67BD
Complementary color
Monochromatic Colors of #EF67BD
Black with #EF67BD
Text Example
Text Example
White with #EF67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF67BD; }
p { color: rgb(239,103,189); }
H1.HeaderClassName
{
color: #EF67BD;
}
.AnyTagClassName
{
color: #EF67BD;
}
</style>
background-color css
<style>
a { background-color: #EF67BD; }
a { background-color: rgb(239,103,189); }
div.DivClassName
{
background-color: #EF67BD;
}
.BgClassName
{
background-color: #EF67BD;
}
</style>
border-color css
<style>
span { border-color: #EF67BD; }
span { border-color: rgb(239,103,189); }
td.TdClassName
{
border-color: #EF67BD;
}
.TagClassName
{
border-color: #EF67BD;
}
</style>