Shades of Neon Blue #2E3DFE
Tints of Neon Blue #2E3DFE
RGB
CMYK
RGB Variations
Color information
#2E3DFE (or 0x2E3DFE) is known color: Neon Blue. HEX triplet: 2E, 3D and FE. RGB value is (46,61,254). Sum of RGB (Red+Green+Blue) = 46+61+254=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E3DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3DFE is #D1C201. Grayscale: #4D4D4D. Windows color (decimal): -13746690 or 16661806. OLE color: 16661806.
HSL color Cylindrical-coordinate representation of color #2E3DFE: hue angle of 235.67º 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 #2E3DFE is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 61 | 254 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.00 |
| HSL | 235.67º | 0.99% | 0.59% | - |
| HSV(B) | 235.67º | 0.82% | 1% | - |
| XYZ | 20.68 | 11.07 | 94.81 | - |
| YUV | 78.52 | 227.03 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 254 | 0.82 | 0.76 | 0 | 0.00 | 235.67 | 0.99 | 0.59 |
| Hex | 2E | 3D | FE | 52 | 4C | 0 | 0 | EC | 63 | 3B |
| Octal | 56 | 75 | 376 | 122 | 114 | 0 | 0 | 354 | 143 | 73 |
| Binary | 101110 | 111101 | 11111110 | 1010010 | 1001100 | 0 | 0 | 11101100 | 1100011 | 111011 |
Color Harmonies of #2E3DFE
Complementary color
Monochromatic Colors of #2E3DFE
Black with #2E3DFE
Text Example
Text Example
White with #2E3DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3DFE; }
p { color: rgb(46,61,254); }
H1.HeaderClassName
{
color: #2E3DFE;
}
.AnyTagClassName
{
color: #2E3DFE;
}
</style>
background-color css
<style>
a { background-color: #2E3DFE; }
a { background-color: rgb(46,61,254); }
div.DivClassName
{
background-color: #2E3DFE;
}
.BgClassName
{
background-color: #2E3DFE;
}
</style>
border-color css
<style>
span { border-color: #2E3DFE; }
span { border-color: rgb(46,61,254); }
td.TdClassName
{
border-color: #2E3DFE;
}
.TagClassName
{
border-color: #2E3DFE;
}
</style>