Shades of Neon Blue #2B3CED
Tints of Neon Blue #2B3CED
RGB
CMYK
RGB Variations
Color information
#2B3CED (or 0x2B3CED) is known color: Neon Blue. HEX triplet: 2B, 3C and ED. RGB value is (43,60,237). Sum of RGB (Red+Green+Blue) = 43+60+237=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B3CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B3CED is #D4C312. Grayscale: #4A4A4A. Windows color (decimal): -13943571 or 15547435. OLE color: 15547435.
HSL color Cylindrical-coordinate representation of color #2B3CED: hue angle of 234.74º degrees, saturation: 0.84, 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 #2B3CED is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 60 | 237 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.07 |
| HSL | 234.74º | 0.84% | 0.55% | - |
| HSV(B) | 234.74º | 0.82% | 0.93% | - |
| XYZ | 17.9 | 9.86 | 81.08 | - |
| YUV | 75.1 | 219.37 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 60 | 237 | 0.82 | 0.75 | 0 | 0.07 | 234.74 | 0.84 | 0.55 |
| Hex | 2B | 3C | ED | 52 | 4B | 0 | 7 | EB | 54 | 37 |
| Octal | 53 | 74 | 355 | 122 | 113 | 0 | 7 | 353 | 124 | 67 |
| Binary | 101011 | 111100 | 11101101 | 1010010 | 1001011 | 0 | 111 | 11101011 | 1010100 | 110111 |
Color Harmonies of #2B3CED
Complementary color
Monochromatic Colors of #2B3CED
Black with #2B3CED
Text Example
Text Example
White with #2B3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3CED; }
p { color: rgb(43,60,237); }
H1.HeaderClassName
{
color: #2B3CED;
}
.AnyTagClassName
{
color: #2B3CED;
}
</style>
background-color css
<style>
a { background-color: #2B3CED; }
a { background-color: rgb(43,60,237); }
div.DivClassName
{
background-color: #2B3CED;
}
.BgClassName
{
background-color: #2B3CED;
}
</style>
border-color css
<style>
span { border-color: #2B3CED; }
span { border-color: rgb(43,60,237); }
td.TdClassName
{
border-color: #2B3CED;
}
.TagClassName
{
border-color: #2B3CED;
}
</style>