Shades of Neon Blue #2B43E7
Tints of Neon Blue #2B43E7
RGB
CMYK
RGB Variations
Color information
#2B43E7 (or 0x2B43E7) is known color: Neon Blue. HEX triplet: 2B, 43 and E7. RGB value is (43,67,231). Sum of RGB (Red+Green+Blue) = 43+67+231=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 231 (90.62% from 255 or 67.74% from 341); Max value from RGB is 231 - color contains mainly: blue. Hex color #2B43E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B43E7 is #D4BC18. Grayscale: #4D4D4D. Windows color (decimal): -13941785 or 15156011. OLE color: 15156011.
HSL color Cylindrical-coordinate representation of color #2B43E7: hue angle of 232.34º 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 #2B43E7 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 67 | 231 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.09 |
| HSL | 232.34º | 0.8% | 0.54% | - |
| HSV(B) | 232.34º | 0.81% | 0.91% | - |
| XYZ | 17.43 | 10.3 | 76.67 | - |
| YUV | 78.52 | 214.05 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 231 | 0.81 | 0.71 | 0 | 0.09 | 232.34 | 0.8 | 0.54 |
| Hex | 2B | 43 | E7 | 51 | 47 | 0 | 9 | E8 | 50 | 36 |
| Octal | 53 | 103 | 347 | 121 | 107 | 0 | 11 | 350 | 120 | 66 |
| Binary | 101011 | 1000011 | 11100111 | 1010001 | 1000111 | 0 | 1001 | 11101000 | 1010000 | 110110 |
Color Harmonies of #2B43E7
Complementary color
Monochromatic Colors of #2B43E7
Black with #2B43E7
Text Example
Text Example
White with #2B43E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B43E7; }
p { color: rgb(43,67,231); }
H1.HeaderClassName
{
color: #2B43E7;
}
.AnyTagClassName
{
color: #2B43E7;
}
</style>
background-color css
<style>
a { background-color: #2B43E7; }
a { background-color: rgb(43,67,231); }
div.DivClassName
{
background-color: #2B43E7;
}
.BgClassName
{
background-color: #2B43E7;
}
</style>
border-color css
<style>
span { border-color: #2B43E7; }
span { border-color: rgb(43,67,231); }
td.TdClassName
{
border-color: #2B43E7;
}
.TagClassName
{
border-color: #2B43E7;
}
</style>