Shades of Neon Blue #2B40EF
Tints of Neon Blue #2B40EF
RGB
CMYK
RGB Variations
Color information
#2B40EF (or 0x2B40EF) is known color: Neon Blue. HEX triplet: 2B, 40 and EF. RGB value is (43,64,239). Sum of RGB (Red+Green+Blue) = 43+64+239=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B40EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B40EF is #D4BF10. Grayscale: #4C4C4C. Windows color (decimal): -13942545 or 15679531. OLE color: 15679531.
HSL color Cylindrical-coordinate representation of color #2B40EF: hue angle of 233.57º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B40EF is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 64 | 239 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.06 |
| HSL | 233.57º | 0.86% | 0.55% | - |
| HSV(B) | 233.57º | 0.82% | 0.94% | - |
| XYZ | 18.41 | 10.41 | 82.7 | - |
| YUV | 77.67 | 219.04 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 239 | 0.82 | 0.73 | 0 | 0.06 | 233.57 | 0.86 | 0.55 |
| Hex | 2B | 40 | EF | 52 | 49 | 0 | 6 | EA | 56 | 37 |
| Octal | 53 | 100 | 357 | 122 | 111 | 0 | 6 | 352 | 126 | 67 |
| Binary | 101011 | 1000000 | 11101111 | 1010010 | 1001001 | 0 | 110 | 11101010 | 1010110 | 110111 |
Color Harmonies of #2B40EF
Complementary color
Monochromatic Colors of #2B40EF
Black with #2B40EF
Text Example
Text Example
White with #2B40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B40EF; }
p { color: rgb(43,64,239); }
H1.HeaderClassName
{
color: #2B40EF;
}
.AnyTagClassName
{
color: #2B40EF;
}
</style>
background-color css
<style>
a { background-color: #2B40EF; }
a { background-color: rgb(43,64,239); }
div.DivClassName
{
background-color: #2B40EF;
}
.BgClassName
{
background-color: #2B40EF;
}
</style>
border-color css
<style>
span { border-color: #2B40EF; }
span { border-color: rgb(43,64,239); }
td.TdClassName
{
border-color: #2B40EF;
}
.TagClassName
{
border-color: #2B40EF;
}
</style>