Shades of Neon Blue #2B42E7
Tints of Neon Blue #2B42E7
RGB
CMYK
RGB Variations
Color information
#2B42E7 (or 0x2B42E7) is known color: Neon Blue. HEX triplet: 2B, 42 and E7. RGB value is (43,66,231). Sum of RGB (Red+Green+Blue) = 43+66+231=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 231 (90.62% from 255 or 67.94% from 340); Max value from RGB is 231 - color contains mainly: blue. Hex color #2B42E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B42E7 is #D4BD18. Grayscale: #4D4D4D. Windows color (decimal): -13942041 or 15155755. OLE color: 15155755.
HSL color Cylindrical-coordinate representation of color #2B42E7: hue angle of 232.66º 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 #2B42E7 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 66 | 231 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.09 |
| HSL | 232.66º | 0.8% | 0.54% | - |
| HSV(B) | 232.66º | 0.81% | 0.91% | - |
| XYZ | 17.37 | 10.18 | 76.65 | - |
| YUV | 77.93 | 214.38 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 231 | 0.81 | 0.71 | 0 | 0.09 | 232.66 | 0.8 | 0.54 |
| Hex | 2B | 42 | E7 | 51 | 47 | 0 | 9 | E9 | 50 | 36 |
| Octal | 53 | 102 | 347 | 121 | 107 | 0 | 11 | 351 | 120 | 66 |
| Binary | 101011 | 1000010 | 11100111 | 1010001 | 1000111 | 0 | 1001 | 11101001 | 1010000 | 110110 |
Color Harmonies of #2B42E7
Complementary color
Monochromatic Colors of #2B42E7
Black with #2B42E7
Text Example
Text Example
White with #2B42E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B42E7; }
p { color: rgb(43,66,231); }
H1.HeaderClassName
{
color: #2B42E7;
}
.AnyTagClassName
{
color: #2B42E7;
}
</style>
background-color css
<style>
a { background-color: #2B42E7; }
a { background-color: rgb(43,66,231); }
div.DivClassName
{
background-color: #2B42E7;
}
.BgClassName
{
background-color: #2B42E7;
}
</style>
border-color css
<style>
span { border-color: #2B42E7; }
span { border-color: rgb(43,66,231); }
td.TdClassName
{
border-color: #2B42E7;
}
.TagClassName
{
border-color: #2B42E7;
}
</style>