Shades of Neon Blue #2B34EE
Tints of Neon Blue #2B34EE
RGB
CMYK
RGB Variations
Color information
#2B34EE (or 0x2B34EE) is known color: Neon Blue. HEX triplet: 2B, 34 and EE. RGB value is (43,52,238). Sum of RGB (Red+Green+Blue) = 43+52+238=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B34EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B34EE is #D4CB11. Grayscale: #454545. Windows color (decimal): -13945618 or 15610923. OLE color: 15610923.
HSL color Cylindrical-coordinate representation of color #2B34EE: hue angle of 237.23º degrees, saturation: 0.85, 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 #2B34EE is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 52 | 238 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.07 |
| HSL | 237.23º | 0.85% | 0.55% | - |
| HSV(B) | 237.23º | 0.82% | 0.93% | - |
| XYZ | 17.66 | 9.14 | 81.72 | - |
| YUV | 70.51 | 222.52 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 238 | 0.82 | 0.78 | 0 | 0.07 | 237.23 | 0.85 | 0.55 |
| Hex | 2B | 34 | EE | 52 | 4E | 0 | 7 | ED | 55 | 37 |
| Octal | 53 | 64 | 356 | 122 | 116 | 0 | 7 | 355 | 125 | 67 |
| Binary | 101011 | 110100 | 11101110 | 1010010 | 1001110 | 0 | 111 | 11101101 | 1010101 | 110111 |
Color Harmonies of #2B34EE
Complementary color
Monochromatic Colors of #2B34EE
Black with #2B34EE
Text Example
Text Example
White with #2B34EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B34EE; }
p { color: rgb(43,52,238); }
H1.HeaderClassName
{
color: #2B34EE;
}
.AnyTagClassName
{
color: #2B34EE;
}
</style>
background-color css
<style>
a { background-color: #2B34EE; }
a { background-color: rgb(43,52,238); }
div.DivClassName
{
background-color: #2B34EE;
}
.BgClassName
{
background-color: #2B34EE;
}
</style>
border-color css
<style>
span { border-color: #2B34EE; }
span { border-color: rgb(43,52,238); }
td.TdClassName
{
border-color: #2B34EE;
}
.TagClassName
{
border-color: #2B34EE;
}
</style>