Shades of Neon Blue #2E3BFD
Tints of Neon Blue #2E3BFD
RGB
CMYK
RGB Variations
Color information
#2E3BFD (or 0x2E3BFD) is known color: Neon Blue. HEX triplet: 2E, 3B and FD. RGB value is (46,59,253). Sum of RGB (Red+Green+Blue) = 46+59+253=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E3BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3BFD is #D1C402. Grayscale: #4C4C4C. Windows color (decimal): -13747203 or 16595758. OLE color: 16595758.
HSL color Cylindrical-coordinate representation of color #2E3BFD: hue angle of 236.23º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E3BFD is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 59 | 253 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.01 |
| HSL | 236.23º | 0.98% | 0.59% | - |
| HSV(B) | 236.23º | 0.82% | 0.99% | - |
| XYZ | 20.42 | 10.8 | 93.94 | - |
| YUV | 77.23 | 227.19 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 253 | 0.82 | 0.77 | 0 | 0.01 | 236.23 | 0.98 | 0.59 |
| Hex | 2E | 3B | FD | 52 | 4D | 0 | 1 | EC | 62 | 3B |
| Octal | 56 | 73 | 375 | 122 | 115 | 0 | 1 | 354 | 142 | 73 |
| Binary | 101110 | 111011 | 11111101 | 1010010 | 1001101 | 0 | 1 | 11101100 | 1100010 | 111011 |
Color Harmonies of #2E3BFD
Complementary color
Monochromatic Colors of #2E3BFD
Black with #2E3BFD
Text Example
Text Example
White with #2E3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3BFD; }
p { color: rgb(46,59,253); }
H1.HeaderClassName
{
color: #2E3BFD;
}
.AnyTagClassName
{
color: #2E3BFD;
}
</style>
background-color css
<style>
a { background-color: #2E3BFD; }
a { background-color: rgb(46,59,253); }
div.DivClassName
{
background-color: #2E3BFD;
}
.BgClassName
{
background-color: #2E3BFD;
}
</style>
border-color css
<style>
span { border-color: #2E3BFD; }
span { border-color: rgb(46,59,253); }
td.TdClassName
{
border-color: #2E3BFD;
}
.TagClassName
{
border-color: #2E3BFD;
}
</style>