Shades of Neon Blue #2E3DFB
Tints of Neon Blue #2E3DFB
RGB
CMYK
RGB Variations
Color information
#2E3DFB (or 0x2E3DFB) is known color: Neon Blue. HEX triplet: 2E, 3D and FB. RGB value is (46,61,251). Sum of RGB (Red+Green+Blue) = 46+61+251=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E3DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3DFB is #D1C204. Grayscale: #4D4D4D. Windows color (decimal): -13746693 or 16465198. OLE color: 16465198.
HSL color Cylindrical-coordinate representation of color #2E3DFB: hue angle of 235.61º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E3DFB is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 61 | 251 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.02 |
| HSL | 235.61º | 0.96% | 0.58% | - |
| HSV(B) | 235.61º | 0.82% | 0.98% | - |
| XYZ | 20.21 | 10.88 | 92.3 | - |
| YUV | 78.18 | 225.53 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 251 | 0.82 | 0.76 | 0 | 0.02 | 235.61 | 0.96 | 0.58 |
| Hex | 2E | 3D | FB | 52 | 4C | 0 | 2 | EC | 60 | 3A |
| Octal | 56 | 75 | 373 | 122 | 114 | 0 | 2 | 354 | 140 | 72 |
| Binary | 101110 | 111101 | 11111011 | 1010010 | 1001100 | 0 | 10 | 11101100 | 1100000 | 111010 |
Color Harmonies of #2E3DFB
Complementary color
Monochromatic Colors of #2E3DFB
Black with #2E3DFB
Text Example
Text Example
White with #2E3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3DFB; }
p { color: rgb(46,61,251); }
H1.HeaderClassName
{
color: #2E3DFB;
}
.AnyTagClassName
{
color: #2E3DFB;
}
</style>
background-color css
<style>
a { background-color: #2E3DFB; }
a { background-color: rgb(46,61,251); }
div.DivClassName
{
background-color: #2E3DFB;
}
.BgClassName
{
background-color: #2E3DFB;
}
</style>
border-color css
<style>
span { border-color: #2E3DFB; }
span { border-color: rgb(46,61,251); }
td.TdClassName
{
border-color: #2E3DFB;
}
.TagClassName
{
border-color: #2E3DFB;
}
</style>