Shades of Neon Blue #2B37FF
Tints of Neon Blue #2B37FF
RGB
CMYK
RGB Variations
Color information
#2B37FF (or 0x2B37FF) is known color: Neon Blue. HEX triplet: 2B, 37 and FF. RGB value is (43,55,255). Sum of RGB (Red+Green+Blue) = 43+55+255=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B37FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B37FF is #D4C800. Grayscale: #494949. Windows color (decimal): -13944833 or 16725803. OLE color: 16725803.
HSL color Cylindrical-coordinate representation of color #2B37FF: hue angle of 236.6º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B37FF is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 55 | 255 | - |
| CMYK | 0.83 | 0.78 | 0 | 0 |
| HSL | 236.6º | 1% | 0.58% | - |
| HSV(B) | 236.6º | 0.83% | 1% | - |
| XYZ | 20.41 | 10.47 | 95.55 | - |
| YUV | 74.21 | 230.02 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 255 | 0.83 | 0.78 | 0 | 0 | 236.6 | 1 | 0.58 |
| Hex | 2B | 37 | FF | 53 | 4E | 0 | 0 | ED | 64 | 3A |
| Octal | 53 | 67 | 377 | 123 | 116 | 0 | 0 | 355 | 144 | 72 |
| Binary | 101011 | 110111 | 11111111 | 1010011 | 1001110 | 0 | 0 | 11101101 | 1100100 | 111010 |
Color Harmonies of #2B37FF
Complementary color
Monochromatic Colors of #2B37FF
Black with #2B37FF
Text Example
Text Example
White with #2B37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B37FF; }
p { color: rgb(43,55,255); }
H1.HeaderClassName
{
color: #2B37FF;
}
.AnyTagClassName
{
color: #2B37FF;
}
</style>
background-color css
<style>
a { background-color: #2B37FF; }
a { background-color: rgb(43,55,255); }
div.DivClassName
{
background-color: #2B37FF;
}
.BgClassName
{
background-color: #2B37FF;
}
</style>
border-color css
<style>
span { border-color: #2B37FF; }
span { border-color: rgb(43,55,255); }
td.TdClassName
{
border-color: #2B37FF;
}
.TagClassName
{
border-color: #2B37FF;
}
</style>