Shades of Neon Blue #2834EE
Tints of Neon Blue #2834EE
RGB
CMYK
RGB Variations
Color information
#2834EE (or 0x2834EE) is known color: Neon Blue. HEX triplet: 28, 34 and EE. RGB value is (40,52,238). Sum of RGB (Red+Green+Blue) = 40+52+238=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #2834EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2834EE is #D7CB11. Grayscale: #444444. Windows color (decimal): -14142226 or 15610920. OLE color: 15610920.
HSL color Cylindrical-coordinate representation of color #2834EE: hue angle of 236.36º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2834EE is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 52 | 238 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.07 |
| HSL | 236.36º | 0.85% | 0.55% | - |
| HSV(B) | 236.36º | 0.83% | 0.93% | - |
| XYZ | 17.54 | 9.08 | 81.72 | - |
| YUV | 69.62 | 223.02 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 238 | 0.83 | 0.78 | 0 | 0.07 | 236.36 | 0.85 | 0.55 |
| Hex | 28 | 34 | EE | 53 | 4E | 0 | 7 | EC | 55 | 37 |
| Octal | 50 | 64 | 356 | 123 | 116 | 0 | 7 | 354 | 125 | 67 |
| Binary | 101000 | 110100 | 11101110 | 1010011 | 1001110 | 0 | 111 | 11101100 | 1010101 | 110111 |
Color Harmonies of #2834EE
Complementary color
Monochromatic Colors of #2834EE
Black with #2834EE
Text Example
Text Example
White with #2834EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2834EE; }
p { color: rgb(40,52,238); }
H1.HeaderClassName
{
color: #2834EE;
}
.AnyTagClassName
{
color: #2834EE;
}
</style>
background-color css
<style>
a { background-color: #2834EE; }
a { background-color: rgb(40,52,238); }
div.DivClassName
{
background-color: #2834EE;
}
.BgClassName
{
background-color: #2834EE;
}
</style>
border-color css
<style>
span { border-color: #2834EE; }
span { border-color: rgb(40,52,238); }
td.TdClassName
{
border-color: #2834EE;
}
.TagClassName
{
border-color: #2834EE;
}
</style>