Shades of Neon Blue #2839EA
Tints of Neon Blue #2839EA
RGB
CMYK
RGB Variations
Color information
#2839EA (or 0x2839EA) is known color: Neon Blue. HEX triplet: 28, 39 and EA. RGB value is (40,57,234). Sum of RGB (Red+Green+Blue) = 40+57+234=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #2839EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2839EA is #D7C615. Grayscale: #474747. Windows color (decimal): -14140950 or 15350056. OLE color: 15350056.
HSL color Cylindrical-coordinate representation of color #2839EA: hue angle of 234.74º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2839EA is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 57 | 234 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.08 |
| HSL | 234.74º | 0.82% | 0.54% | - |
| HSV(B) | 234.74º | 0.83% | 0.92% | - |
| XYZ | 17.19 | 9.32 | 78.73 | - |
| YUV | 72.1 | 219.37 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 234 | 0.83 | 0.76 | 0 | 0.08 | 234.74 | 0.82 | 0.54 |
| Hex | 28 | 39 | EA | 53 | 4C | 0 | 8 | EB | 52 | 36 |
| Octal | 50 | 71 | 352 | 123 | 114 | 0 | 10 | 353 | 122 | 66 |
| Binary | 101000 | 111001 | 11101010 | 1010011 | 1001100 | 0 | 1000 | 11101011 | 1010010 | 110110 |
Color Harmonies of #2839EA
Complementary color
Monochromatic Colors of #2839EA
Black with #2839EA
Text Example
Text Example
White with #2839EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2839EA; }
p { color: rgb(40,57,234); }
H1.HeaderClassName
{
color: #2839EA;
}
.AnyTagClassName
{
color: #2839EA;
}
</style>
background-color css
<style>
a { background-color: #2839EA; }
a { background-color: rgb(40,57,234); }
div.DivClassName
{
background-color: #2839EA;
}
.BgClassName
{
background-color: #2839EA;
}
</style>
border-color css
<style>
span { border-color: #2839EA; }
span { border-color: rgb(40,57,234); }
td.TdClassName
{
border-color: #2839EA;
}
.TagClassName
{
border-color: #2839EA;
}
</style>