Shades of Neon Blue #2B2EF8
Tints of Neon Blue #2B2EF8
RGB
CMYK
RGB Variations
Color information
#2B2EF8 (or 0x2B2EF8) is known color: Neon Blue. HEX triplet: 2B, 2E and F8. RGB value is (43,46,248). Sum of RGB (Red+Green+Blue) = 43+46+248=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 248 (97.27% from 255 or 73.59% from 337); Max value from RGB is 248 - color contains mainly: blue. Hex color #2B2EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B2EF8 is #D4D107. Grayscale: #434343. Windows color (decimal): -13947144 or 16264747. OLE color: 16264747.
HSL color Cylindrical-coordinate representation of color #2B2EF8: hue angle of 239.12º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B2EF8 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 46 | 248 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.03 |
| HSL | 239.12º | 0.94% | 0.57% | - |
| HSV(B) | 239.12º | 0.83% | 0.97% | - |
| XYZ | 18.92 | 9.24 | 89.59 | - |
| YUV | 68.13 | 229.51 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 248 | 0.83 | 0.81 | 0 | 0.03 | 239.12 | 0.94 | 0.57 |
| Hex | 2B | 2E | F8 | 53 | 51 | 0 | 3 | EF | 5E | 39 |
| Octal | 53 | 56 | 370 | 123 | 121 | 0 | 3 | 357 | 136 | 71 |
| Binary | 101011 | 101110 | 11111000 | 1010011 | 1010001 | 0 | 11 | 11101111 | 1011110 | 111001 |
Color Harmonies of #2B2EF8
Complementary color
Monochromatic Colors of #2B2EF8
Black with #2B2EF8
Text Example
Text Example
White with #2B2EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2EF8; }
p { color: rgb(43,46,248); }
H1.HeaderClassName
{
color: #2B2EF8;
}
.AnyTagClassName
{
color: #2B2EF8;
}
</style>
background-color css
<style>
a { background-color: #2B2EF8; }
a { background-color: rgb(43,46,248); }
div.DivClassName
{
background-color: #2B2EF8;
}
.BgClassName
{
background-color: #2B2EF8;
}
</style>
border-color css
<style>
span { border-color: #2B2EF8; }
span { border-color: rgb(43,46,248); }
td.TdClassName
{
border-color: #2B2EF8;
}
.TagClassName
{
border-color: #2B2EF8;
}
</style>