Shades of Neon Blue #2B2EE9
Tints of Neon Blue #2B2EE9
RGB
CMYK
RGB Variations
Color information
#2B2EE9 (or 0x2B2EE9) is known color: Neon Blue. HEX triplet: 2B, 2E and E9. RGB value is (43,46,233). Sum of RGB (Red+Green+Blue) = 43+46+233=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 233 (91.41% from 255 or 72.36% from 322); Max value from RGB is 233 - color contains mainly: blue. Hex color #2B2EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B2EE9 is #D4D116. Grayscale: #414141. Windows color (decimal): -13947159 or 15281707. OLE color: 15281707.
HSL color Cylindrical-coordinate representation of color #2B2EE9: hue angle of 239.05º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B2EE9 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 46 | 233 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.09 |
| HSL | 239.05º | 0.81% | 0.54% | - |
| HSV(B) | 239.05º | 0.82% | 0.91% | - |
| XYZ | 16.68 | 8.35 | 77.82 | - |
| YUV | 66.42 | 222.01 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 233 | 0.82 | 0.80 | 0 | 0.09 | 239.05 | 0.81 | 0.54 |
| Hex | 2B | 2E | E9 | 52 | 50 | 0 | 9 | EF | 51 | 36 |
| Octal | 53 | 56 | 351 | 122 | 120 | 0 | 11 | 357 | 121 | 66 |
| Binary | 101011 | 101110 | 11101001 | 1010010 | 1010000 | 0 | 1001 | 11101111 | 1010001 | 110110 |
Color Harmonies of #2B2EE9
Complementary color
Monochromatic Colors of #2B2EE9
Black with #2B2EE9
Text Example
Text Example
White with #2B2EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2EE9; }
p { color: rgb(43,46,233); }
H1.HeaderClassName
{
color: #2B2EE9;
}
.AnyTagClassName
{
color: #2B2EE9;
}
</style>
background-color css
<style>
a { background-color: #2B2EE9; }
a { background-color: rgb(43,46,233); }
div.DivClassName
{
background-color: #2B2EE9;
}
.BgClassName
{
background-color: #2B2EE9;
}
</style>
border-color css
<style>
span { border-color: #2B2EE9; }
span { border-color: rgb(43,46,233); }
td.TdClassName
{
border-color: #2B2EE9;
}
.TagClassName
{
border-color: #2B2EE9;
}
</style>