Shades of Neon Blue #2E3AFE
Tints of Neon Blue #2E3AFE
RGB
CMYK
RGB Variations
Color information
#2E3AFE (or 0x2E3AFE) is known color: Neon Blue. HEX triplet: 2E, 3A and FE. RGB value is (46,58,254). Sum of RGB (Red+Green+Blue) = 46+58+254=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E3AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3AFE is #D1C501. Grayscale: #4B4B4B. Windows color (decimal): -13747458 or 16661038. OLE color: 16661038.
HSL color Cylindrical-coordinate representation of color #2E3AFE: hue angle of 236.54º 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 #2E3AFE is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 58 | 254 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.00 |
| HSL | 236.54º | 0.99% | 0.59% | - |
| HSV(B) | 236.54º | 0.82% | 1% | - |
| XYZ | 20.53 | 10.76 | 94.76 | - |
| YUV | 76.76 | 228.02 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 254 | 0.82 | 0.77 | 0 | 0.00 | 236.54 | 0.99 | 0.59 |
| Hex | 2E | 3A | FE | 52 | 4D | 0 | 0 | ED | 63 | 3B |
| Octal | 56 | 72 | 376 | 122 | 115 | 0 | 0 | 355 | 143 | 73 |
| Binary | 101110 | 111010 | 11111110 | 1010010 | 1001101 | 0 | 0 | 11101101 | 1100011 | 111011 |
Color Harmonies of #2E3AFE
Complementary color
Monochromatic Colors of #2E3AFE
Black with #2E3AFE
Text Example
Text Example
White with #2E3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3AFE; }
p { color: rgb(46,58,254); }
H1.HeaderClassName
{
color: #2E3AFE;
}
.AnyTagClassName
{
color: #2E3AFE;
}
</style>
background-color css
<style>
a { background-color: #2E3AFE; }
a { background-color: rgb(46,58,254); }
div.DivClassName
{
background-color: #2E3AFE;
}
.BgClassName
{
background-color: #2E3AFE;
}
</style>
border-color css
<style>
span { border-color: #2E3AFE; }
span { border-color: rgb(46,58,254); }
td.TdClassName
{
border-color: #2E3AFE;
}
.TagClassName
{
border-color: #2E3AFE;
}
</style>