Shades of Neon Blue #2E2FEE
Tints of Neon Blue #2E2FEE
RGB
CMYK
RGB Variations
Color information
#2E2FEE (or 0x2E2FEE) is known color: Neon Blue. HEX triplet: 2E, 2F and EE. RGB value is (46,47,238). Sum of RGB (Red+Green+Blue) = 46+47+238=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E2FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E2FEE is #D1D011. Grayscale: #434343. Windows color (decimal): -13750290 or 15609646. OLE color: 15609646.
HSL color Cylindrical-coordinate representation of color #2E2FEE: hue angle of 239.69º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E2FEE is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 47 | 238 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.07 |
| HSL | 239.69º | 0.85% | 0.56% | - |
| HSV(B) | 239.69º | 0.81% | 0.93% | - |
| XYZ | 17.58 | 8.79 | 81.66 | - |
| YUV | 68.48 | 223.67 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 238 | 0.81 | 0.80 | 0 | 0.07 | 239.69 | 0.85 | 0.56 |
| Hex | 2E | 2F | EE | 51 | 50 | 0 | 7 | F0 | 55 | 38 |
| Octal | 56 | 57 | 356 | 121 | 120 | 0 | 7 | 360 | 125 | 70 |
| Binary | 101110 | 101111 | 11101110 | 1010001 | 1010000 | 0 | 111 | 11110000 | 1010101 | 111000 |
Color Harmonies of #2E2FEE
Complementary color
Monochromatic Colors of #2E2FEE
Black with #2E2FEE
Text Example
Text Example
White with #2E2FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2FEE; }
p { color: rgb(46,47,238); }
H1.HeaderClassName
{
color: #2E2FEE;
}
.AnyTagClassName
{
color: #2E2FEE;
}
</style>
background-color css
<style>
a { background-color: #2E2FEE; }
a { background-color: rgb(46,47,238); }
div.DivClassName
{
background-color: #2E2FEE;
}
.BgClassName
{
background-color: #2E2FEE;
}
</style>
border-color css
<style>
span { border-color: #2E2FEE; }
span { border-color: rgb(46,47,238); }
td.TdClassName
{
border-color: #2E2FEE;
}
.TagClassName
{
border-color: #2E2FEE;
}
</style>