Shades of Neon Blue #2B2EEB
Tints of Neon Blue #2B2EEB
RGB
CMYK
RGB Variations
Color information
#2B2EEB (or 0x2B2EEB) is known color: Neon Blue. HEX triplet: 2B, 2E and EB. RGB value is (43,46,235). Sum of RGB (Red+Green+Blue) = 43+46+235=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 235 (92.19% from 255 or 72.53% from 324); Max value from RGB is 235 - color contains mainly: blue. Hex color #2B2EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B2EEB is #D4D114. Grayscale: #414141. Windows color (decimal): -13947157 or 15412779. OLE color: 15412779.
HSL color Cylindrical-coordinate representation of color #2B2EEB: hue angle of 239.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B2EEB is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 46 | 235 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.08 |
| HSL | 239.06º | 0.83% | 0.55% | - |
| HSV(B) | 239.06º | 0.82% | 0.92% | - |
| XYZ | 16.97 | 8.47 | 79.34 | - |
| YUV | 66.65 | 223.01 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 235 | 0.82 | 0.80 | 0 | 0.08 | 239.06 | 0.83 | 0.55 |
| Hex | 2B | 2E | EB | 52 | 50 | 0 | 8 | EF | 53 | 37 |
| Octal | 53 | 56 | 353 | 122 | 120 | 0 | 10 | 357 | 123 | 67 |
| Binary | 101011 | 101110 | 11101011 | 1010010 | 1010000 | 0 | 1000 | 11101111 | 1010011 | 110111 |
Color Harmonies of #2B2EEB
Complementary color
Monochromatic Colors of #2B2EEB
Black with #2B2EEB
Text Example
Text Example
White with #2B2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2EEB; }
p { color: rgb(43,46,235); }
H1.HeaderClassName
{
color: #2B2EEB;
}
.AnyTagClassName
{
color: #2B2EEB;
}
</style>
background-color css
<style>
a { background-color: #2B2EEB; }
a { background-color: rgb(43,46,235); }
div.DivClassName
{
background-color: #2B2EEB;
}
.BgClassName
{
background-color: #2B2EEB;
}
</style>
border-color css
<style>
span { border-color: #2B2EEB; }
span { border-color: rgb(43,46,235); }
td.TdClassName
{
border-color: #2B2EEB;
}
.TagClassName
{
border-color: #2B2EEB;
}
</style>