Shades of Neon Blue #2831EE
Tints of Neon Blue #2831EE
RGB
CMYK
RGB Variations
Color information
#2831EE (or 0x2831EE) is known color: Neon Blue. HEX triplet: 28, 31 and EE. RGB value is (40,49,238). Sum of RGB (Red+Green+Blue) = 40+49+238=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 238 (93.36% from 255 or 72.78% from 327); Max value from RGB is 238 - color contains mainly: blue. Hex color #2831EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2831EE is #D7CE11. Grayscale: #434343. Windows color (decimal): -14142994 or 15610152. OLE color: 15610152.
HSL color Cylindrical-coordinate representation of color #2831EE: hue angle of 237.27º 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 #2831EE is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 49 | 238 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.07 |
| HSL | 237.27º | 0.85% | 0.55% | - |
| HSV(B) | 237.27º | 0.83% | 0.93% | - |
| XYZ | 17.41 | 8.82 | 81.67 | - |
| YUV | 67.86 | 224.02 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 238 | 0.83 | 0.79 | 0 | 0.07 | 237.27 | 0.85 | 0.55 |
| Hex | 28 | 31 | EE | 53 | 4F | 0 | 7 | ED | 55 | 37 |
| Octal | 50 | 61 | 356 | 123 | 117 | 0 | 7 | 355 | 125 | 67 |
| Binary | 101000 | 110001 | 11101110 | 1010011 | 1001111 | 0 | 111 | 11101101 | 1010101 | 110111 |
Color Harmonies of #2831EE
Complementary color
Monochromatic Colors of #2831EE
Black with #2831EE
Text Example
Text Example
White with #2831EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2831EE; }
p { color: rgb(40,49,238); }
H1.HeaderClassName
{
color: #2831EE;
}
.AnyTagClassName
{
color: #2831EE;
}
</style>
background-color css
<style>
a { background-color: #2831EE; }
a { background-color: rgb(40,49,238); }
div.DivClassName
{
background-color: #2831EE;
}
.BgClassName
{
background-color: #2831EE;
}
</style>
border-color css
<style>
span { border-color: #2831EE; }
span { border-color: rgb(40,49,238); }
td.TdClassName
{
border-color: #2831EE;
}
.TagClassName
{
border-color: #2831EE;
}
</style>