Shades of Neon Blue #2833EE
Tints of Neon Blue #2833EE
RGB
CMYK
RGB Variations
Color information
#2833EE (or 0x2833EE) is known color: Neon Blue. HEX triplet: 28, 33 and EE. RGB value is (40,51,238). Sum of RGB (Red+Green+Blue) = 40+51+238=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #2833EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2833EE is #D7CC11. Grayscale: #444444. Windows color (decimal): -14142482 or 15610664. OLE color: 15610664.
HSL color Cylindrical-coordinate representation of color #2833EE: hue angle of 236.67º 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 #2833EE is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 51 | 238 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.07 |
| HSL | 236.67º | 0.85% | 0.55% | - |
| HSV(B) | 236.67º | 0.83% | 0.93% | - |
| XYZ | 17.49 | 8.99 | 81.7 | - |
| YUV | 69.03 | 223.36 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 238 | 0.83 | 0.79 | 0 | 0.07 | 236.67 | 0.85 | 0.55 |
| Hex | 28 | 33 | EE | 53 | 4F | 0 | 7 | ED | 55 | 37 |
| Octal | 50 | 63 | 356 | 123 | 117 | 0 | 7 | 355 | 125 | 67 |
| Binary | 101000 | 110011 | 11101110 | 1010011 | 1001111 | 0 | 111 | 11101101 | 1010101 | 110111 |
Color Harmonies of #2833EE
Complementary color
Monochromatic Colors of #2833EE
Black with #2833EE
Text Example
Text Example
White with #2833EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2833EE; }
p { color: rgb(40,51,238); }
H1.HeaderClassName
{
color: #2833EE;
}
.AnyTagClassName
{
color: #2833EE;
}
</style>
background-color css
<style>
a { background-color: #2833EE; }
a { background-color: rgb(40,51,238); }
div.DivClassName
{
background-color: #2833EE;
}
.BgClassName
{
background-color: #2833EE;
}
</style>
border-color css
<style>
span { border-color: #2833EE; }
span { border-color: rgb(40,51,238); }
td.TdClassName
{
border-color: #2833EE;
}
.TagClassName
{
border-color: #2833EE;
}
</style>