Shades of Neon Blue #2B2EF9
Tints of Neon Blue #2B2EF9
RGB
CMYK
RGB Variations
Color information
#2B2EF9 (or 0x2B2EF9) is known color: Neon Blue. HEX triplet: 2B, 2E and F9. RGB value is (43,46,249). Sum of RGB (Red+Green+Blue) = 43+46+249=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 249 (97.66% from 255 or 73.67% from 338); Max value from RGB is 249 - color contains mainly: blue. Hex color #2B2EF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B2EF9 is #D4D106. Grayscale: #434343. Windows color (decimal): -13947143 or 16330283. OLE color: 16330283.
HSL color Cylindrical-coordinate representation of color #2B2EF9: hue angle of 239.13º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B2EF9 is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 46 | 249 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.02 |
| HSL | 239.13º | 0.94% | 0.57% | - |
| HSV(B) | 239.13º | 0.83% | 0.98% | - |
| XYZ | 19.07 | 9.31 | 90.41 | - |
| YUV | 68.25 | 230.01 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 249 | 0.83 | 0.82 | 0 | 0.02 | 239.13 | 0.94 | 0.57 |
| Hex | 2B | 2E | F9 | 53 | 52 | 0 | 2 | EF | 5E | 39 |
| Octal | 53 | 56 | 371 | 123 | 122 | 0 | 2 | 357 | 136 | 71 |
| Binary | 101011 | 101110 | 11111001 | 1010011 | 1010010 | 0 | 10 | 11101111 | 1011110 | 111001 |
Color Harmonies of #2B2EF9
Complementary color
Monochromatic Colors of #2B2EF9
Black with #2B2EF9
Text Example
Text Example
White with #2B2EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2EF9; }
p { color: rgb(43,46,249); }
H1.HeaderClassName
{
color: #2B2EF9;
}
.AnyTagClassName
{
color: #2B2EF9;
}
</style>
background-color css
<style>
a { background-color: #2B2EF9; }
a { background-color: rgb(43,46,249); }
div.DivClassName
{
background-color: #2B2EF9;
}
.BgClassName
{
background-color: #2B2EF9;
}
</style>
border-color css
<style>
span { border-color: #2B2EF9; }
span { border-color: rgb(43,46,249); }
td.TdClassName
{
border-color: #2B2EF9;
}
.TagClassName
{
border-color: #2B2EF9;
}
</style>