Shades of Neon Blue #2B36EC
Tints of Neon Blue #2B36EC
RGB
CMYK
RGB Variations
Color information
#2B36EC (or 0x2B36EC) is known color: Neon Blue. HEX triplet: 2B, 36 and EC. RGB value is (43,54,236). Sum of RGB (Red+Green+Blue) = 43+54+236=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B36EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B36EC is #D4C913. Grayscale: #464646. Windows color (decimal): -13945108 or 15480363. OLE color: 15480363.
HSL color Cylindrical-coordinate representation of color #2B36EC: hue angle of 236.58º 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 #2B36EC is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 54 | 236 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.07 |
| HSL | 236.58º | 0.84% | 0.55% | - |
| HSV(B) | 236.58º | 0.82% | 0.93% | - |
| XYZ | 17.46 | 9.21 | 80.21 | - |
| YUV | 71.46 | 220.86 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 236 | 0.82 | 0.77 | 0 | 0.07 | 236.58 | 0.84 | 0.55 |
| Hex | 2B | 36 | EC | 52 | 4D | 0 | 7 | ED | 54 | 37 |
| Octal | 53 | 66 | 354 | 122 | 115 | 0 | 7 | 355 | 124 | 67 |
| Binary | 101011 | 110110 | 11101100 | 1010010 | 1001101 | 0 | 111 | 11101101 | 1010100 | 110111 |
Color Harmonies of #2B36EC
Complementary color
Monochromatic Colors of #2B36EC
Black with #2B36EC
Text Example
Text Example
White with #2B36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B36EC; }
p { color: rgb(43,54,236); }
H1.HeaderClassName
{
color: #2B36EC;
}
.AnyTagClassName
{
color: #2B36EC;
}
</style>
background-color css
<style>
a { background-color: #2B36EC; }
a { background-color: rgb(43,54,236); }
div.DivClassName
{
background-color: #2B36EC;
}
.BgClassName
{
background-color: #2B36EC;
}
</style>
border-color css
<style>
span { border-color: #2B36EC; }
span { border-color: rgb(43,54,236); }
td.TdClassName
{
border-color: #2B36EC;
}
.TagClassName
{
border-color: #2B36EC;
}
</style>