Shades of Neon Blue #2B3FEA
Tints of Neon Blue #2B3FEA
RGB
CMYK
RGB Variations
Color information
#2B3FEA (or 0x2B3FEA) is known color: Neon Blue. HEX triplet: 2B, 3F and EA. RGB value is (43,63,234). Sum of RGB (Red+Green+Blue) = 43+63+234=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B3FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B3FEA is #D4C015. Grayscale: #4B4B4B. Windows color (decimal): -13942806 or 15351595. OLE color: 15351595.
HSL color Cylindrical-coordinate representation of color #2B3FEA: hue angle of 233.72º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B3FEA is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 63 | 234 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.08 |
| HSL | 233.72º | 0.82% | 0.54% | - |
| HSV(B) | 233.72º | 0.82% | 0.92% | - |
| XYZ | 17.63 | 10.01 | 78.84 | - |
| YUV | 76.51 | 216.87 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 234 | 0.82 | 0.73 | 0 | 0.08 | 233.72 | 0.82 | 0.54 |
| Hex | 2B | 3F | EA | 52 | 49 | 0 | 8 | EA | 52 | 36 |
| Octal | 53 | 77 | 352 | 122 | 111 | 0 | 10 | 352 | 122 | 66 |
| Binary | 101011 | 111111 | 11101010 | 1010010 | 1001001 | 0 | 1000 | 11101010 | 1010010 | 110110 |
Color Harmonies of #2B3FEA
Complementary color
Monochromatic Colors of #2B3FEA
Black with #2B3FEA
Text Example
Text Example
White with #2B3FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3FEA; }
p { color: rgb(43,63,234); }
H1.HeaderClassName
{
color: #2B3FEA;
}
.AnyTagClassName
{
color: #2B3FEA;
}
</style>
background-color css
<style>
a { background-color: #2B3FEA; }
a { background-color: rgb(43,63,234); }
div.DivClassName
{
background-color: #2B3FEA;
}
.BgClassName
{
background-color: #2B3FEA;
}
</style>
border-color css
<style>
span { border-color: #2B3FEA; }
span { border-color: rgb(43,63,234); }
td.TdClassName
{
border-color: #2B3FEA;
}
.TagClassName
{
border-color: #2B3FEA;
}
</style>