Shades of Neon Blue #2B40ED
Tints of Neon Blue #2B40ED
RGB
CMYK
RGB Variations
Color information
#2B40ED (or 0x2B40ED) is known color: Neon Blue. HEX triplet: 2B, 40 and ED. RGB value is (43,64,237). Sum of RGB (Red+Green+Blue) = 43+64+237=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B40ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B40ED is #D4BF12. Grayscale: #4C4C4C. Windows color (decimal): -13942547 or 15548459. OLE color: 15548459.
HSL color Cylindrical-coordinate representation of color #2B40ED: hue angle of 233.51º 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 #2B40ED is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 64 | 237 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.07 |
| HSL | 233.51º | 0.84% | 0.55% | - |
| HSV(B) | 233.51º | 0.82% | 0.93% | - |
| XYZ | 18.12 | 10.29 | 81.15 | - |
| YUV | 77.44 | 218.04 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 237 | 0.82 | 0.73 | 0 | 0.07 | 233.51 | 0.84 | 0.55 |
| Hex | 2B | 40 | ED | 52 | 49 | 0 | 7 | EA | 54 | 37 |
| Octal | 53 | 100 | 355 | 122 | 111 | 0 | 7 | 352 | 124 | 67 |
| Binary | 101011 | 1000000 | 11101101 | 1010010 | 1001001 | 0 | 111 | 11101010 | 1010100 | 110111 |
Color Harmonies of #2B40ED
Complementary color
Monochromatic Colors of #2B40ED
Black with #2B40ED
Text Example
Text Example
White with #2B40ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B40ED; }
p { color: rgb(43,64,237); }
H1.HeaderClassName
{
color: #2B40ED;
}
.AnyTagClassName
{
color: #2B40ED;
}
</style>
background-color css
<style>
a { background-color: #2B40ED; }
a { background-color: rgb(43,64,237); }
div.DivClassName
{
background-color: #2B40ED;
}
.BgClassName
{
background-color: #2B40ED;
}
</style>
border-color css
<style>
span { border-color: #2B40ED; }
span { border-color: rgb(43,64,237); }
td.TdClassName
{
border-color: #2B40ED;
}
.TagClassName
{
border-color: #2B40ED;
}
</style>