Shades of Neon Blue #2B37EC
Tints of Neon Blue #2B37EC
RGB
CMYK
RGB Variations
Color information
#2B37EC (or 0x2B37EC) is known color: Neon Blue. HEX triplet: 2B, 37 and EC. RGB value is (43,55,236). Sum of RGB (Red+Green+Blue) = 43+55+236=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B37EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B37EC is #D4C813. Grayscale: #474747. Windows color (decimal): -13944852 or 15480619. OLE color: 15480619.
HSL color Cylindrical-coordinate representation of color #2B37EC: hue angle of 236.27º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B37EC is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 55 | 236 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.07 |
| HSL | 236.27º | 0.84% | 0.55% | - |
| HSV(B) | 236.27º | 0.82% | 0.93% | - |
| XYZ | 17.5 | 9.3 | 80.23 | - |
| YUV | 72.05 | 220.52 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 236 | 0.82 | 0.77 | 0 | 0.07 | 236.27 | 0.84 | 0.55 |
| Hex | 2B | 37 | EC | 52 | 4D | 0 | 7 | EC | 54 | 37 |
| Octal | 53 | 67 | 354 | 122 | 115 | 0 | 7 | 354 | 124 | 67 |
| Binary | 101011 | 110111 | 11101100 | 1010010 | 1001101 | 0 | 111 | 11101100 | 1010100 | 110111 |
Color Harmonies of #2B37EC
Complementary color
Monochromatic Colors of #2B37EC
Black with #2B37EC
Text Example
Text Example
White with #2B37EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B37EC; }
p { color: rgb(43,55,236); }
H1.HeaderClassName
{
color: #2B37EC;
}
.AnyTagClassName
{
color: #2B37EC;
}
</style>
background-color css
<style>
a { background-color: #2B37EC; }
a { background-color: rgb(43,55,236); }
div.DivClassName
{
background-color: #2B37EC;
}
.BgClassName
{
background-color: #2B37EC;
}
</style>
border-color css
<style>
span { border-color: #2B37EC; }
span { border-color: rgb(43,55,236); }
td.TdClassName
{
border-color: #2B37EC;
}
.TagClassName
{
border-color: #2B37EC;
}
</style>