Shades of Neon Blue #2B37E7
Tints of Neon Blue #2B37E7
RGB
CMYK
RGB Variations
Color information
#2B37E7 (or 0x2B37E7) is known color: Neon Blue. HEX triplet: 2B, 37 and E7. RGB value is (43,55,231). Sum of RGB (Red+Green+Blue) = 43+55+231=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 231 (90.62% from 255 or 70.21% from 329); Max value from RGB is 231 - color contains mainly: blue. Hex color #2B37E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B37E7 is #D4C818. Grayscale: #464646. Windows color (decimal): -13944857 or 15152939. OLE color: 15152939.
HSL color Cylindrical-coordinate representation of color #2B37E7: hue angle of 236.17º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B37E7 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 55 | 231 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.09 |
| HSL | 236.17º | 0.8% | 0.54% | - |
| HSV(B) | 236.17º | 0.81% | 0.91% | - |
| XYZ | 16.79 | 9.02 | 76.46 | - |
| YUV | 71.48 | 218.02 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 231 | 0.81 | 0.76 | 0 | 0.09 | 236.17 | 0.8 | 0.54 |
| Hex | 2B | 37 | E7 | 51 | 4C | 0 | 9 | EC | 50 | 36 |
| Octal | 53 | 67 | 347 | 121 | 114 | 0 | 11 | 354 | 120 | 66 |
| Binary | 101011 | 110111 | 11100111 | 1010001 | 1001100 | 0 | 1001 | 11101100 | 1010000 | 110110 |
Color Harmonies of #2B37E7
Complementary color
Monochromatic Colors of #2B37E7
Black with #2B37E7
Text Example
Text Example
White with #2B37E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B37E7; }
p { color: rgb(43,55,231); }
H1.HeaderClassName
{
color: #2B37E7;
}
.AnyTagClassName
{
color: #2B37E7;
}
</style>
background-color css
<style>
a { background-color: #2B37E7; }
a { background-color: rgb(43,55,231); }
div.DivClassName
{
background-color: #2B37E7;
}
.BgClassName
{
background-color: #2B37E7;
}
</style>
border-color css
<style>
span { border-color: #2B37E7; }
span { border-color: rgb(43,55,231); }
td.TdClassName
{
border-color: #2B37E7;
}
.TagClassName
{
border-color: #2B37E7;
}
</style>