Shades of Neon Blue #2B2EEC
Tints of Neon Blue #2B2EEC
RGB
CMYK
RGB Variations
Color information
#2B2EEC (or 0x2B2EEC) is known color: Neon Blue. HEX triplet: 2B, 2E and EC. RGB value is (43,46,236). Sum of RGB (Red+Green+Blue) = 43+46+236=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B2EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B2EEC is #D4D113. Grayscale: #424242. Windows color (decimal): -13947156 or 15478315. OLE color: 15478315.
HSL color Cylindrical-coordinate representation of color #2B2EEC: hue angle of 239.07º 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 #2B2EEC is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 46 | 236 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.07 |
| HSL | 239.07º | 0.84% | 0.55% | - |
| HSV(B) | 239.07º | 0.82% | 0.93% | - |
| XYZ | 17.11 | 8.52 | 80.1 | - |
| YUV | 66.76 | 223.51 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 236 | 0.82 | 0.81 | 0 | 0.07 | 239.07 | 0.84 | 0.55 |
| Hex | 2B | 2E | EC | 52 | 51 | 0 | 7 | EF | 54 | 37 |
| Octal | 53 | 56 | 354 | 122 | 121 | 0 | 7 | 357 | 124 | 67 |
| Binary | 101011 | 101110 | 11101100 | 1010010 | 1010001 | 0 | 111 | 11101111 | 1010100 | 110111 |
Color Harmonies of #2B2EEC
Complementary color
Monochromatic Colors of #2B2EEC
Black with #2B2EEC
Text Example
Text Example
White with #2B2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2EEC; }
p { color: rgb(43,46,236); }
H1.HeaderClassName
{
color: #2B2EEC;
}
.AnyTagClassName
{
color: #2B2EEC;
}
</style>
background-color css
<style>
a { background-color: #2B2EEC; }
a { background-color: rgb(43,46,236); }
div.DivClassName
{
background-color: #2B2EEC;
}
.BgClassName
{
background-color: #2B2EEC;
}
</style>
border-color css
<style>
span { border-color: #2B2EEC; }
span { border-color: rgb(43,46,236); }
td.TdClassName
{
border-color: #2B2EEC;
}
.TagClassName
{
border-color: #2B2EEC;
}
</style>