Shades of Neon Blue #2E3EFE
Tints of Neon Blue #2E3EFE
RGB
CMYK
RGB Variations
Color information
#2E3EFE (or 0x2E3EFE) is known color: Neon Blue. HEX triplet: 2E, 3E and FE. RGB value is (46,62,254). Sum of RGB (Red+Green+Blue) = 46+62+254=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E3EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3EFE is #D1C101. Grayscale: #4E4E4E. Windows color (decimal): -13746434 or 16662062. OLE color: 16662062.
HSL color Cylindrical-coordinate representation of color #2E3EFE: hue angle of 235.38º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E3EFE is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 62 | 254 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.00 |
| HSL | 235.38º | 0.99% | 0.59% | - |
| HSV(B) | 235.38º | 0.82% | 1% | - |
| XYZ | 20.74 | 11.18 | 94.83 | - |
| YUV | 79.1 | 226.7 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 254 | 0.82 | 0.76 | 0 | 0.00 | 235.38 | 0.99 | 0.59 |
| Hex | 2E | 3E | FE | 52 | 4C | 0 | 0 | EB | 63 | 3B |
| Octal | 56 | 76 | 376 | 122 | 114 | 0 | 0 | 353 | 143 | 73 |
| Binary | 101110 | 111110 | 11111110 | 1010010 | 1001100 | 0 | 0 | 11101011 | 1100011 | 111011 |
Color Harmonies of #2E3EFE
Complementary color
Monochromatic Colors of #2E3EFE
Black with #2E3EFE
Text Example
Text Example
White with #2E3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3EFE; }
p { color: rgb(46,62,254); }
H1.HeaderClassName
{
color: #2E3EFE;
}
.AnyTagClassName
{
color: #2E3EFE;
}
</style>
background-color css
<style>
a { background-color: #2E3EFE; }
a { background-color: rgb(46,62,254); }
div.DivClassName
{
background-color: #2E3EFE;
}
.BgClassName
{
background-color: #2E3EFE;
}
</style>
border-color css
<style>
span { border-color: #2E3EFE; }
span { border-color: rgb(46,62,254); }
td.TdClassName
{
border-color: #2E3EFE;
}
.TagClassName
{
border-color: #2E3EFE;
}
</style>