Shades of Neon Blue #2B42ED
Tints of Neon Blue #2B42ED
RGB
CMYK
RGB Variations
Color information
#2B42ED (or 0x2B42ED) is known color: Neon Blue. HEX triplet: 2B, 42 and ED. RGB value is (43,66,237). Sum of RGB (Red+Green+Blue) = 43+66+237=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B42ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B42ED is #D4BD12. Grayscale: #4D4D4D. Windows color (decimal): -13942035 or 15548971. OLE color: 15548971.
HSL color Cylindrical-coordinate representation of color #2B42ED: hue angle of 232.89º 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 #2B42ED is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 66 | 237 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.07 |
| HSL | 232.89º | 0.84% | 0.55% | - |
| HSV(B) | 232.89º | 0.82% | 0.93% | - |
| XYZ | 18.23 | 10.52 | 81.19 | - |
| YUV | 78.62 | 217.38 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 237 | 0.82 | 0.72 | 0 | 0.07 | 232.89 | 0.84 | 0.55 |
| Hex | 2B | 42 | ED | 52 | 48 | 0 | 7 | E9 | 54 | 37 |
| Octal | 53 | 102 | 355 | 122 | 110 | 0 | 7 | 351 | 124 | 67 |
| Binary | 101011 | 1000010 | 11101101 | 1010010 | 1001000 | 0 | 111 | 11101001 | 1010100 | 110111 |
Color Harmonies of #2B42ED
Complementary color
Monochromatic Colors of #2B42ED
Black with #2B42ED
Text Example
Text Example
White with #2B42ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B42ED; }
p { color: rgb(43,66,237); }
H1.HeaderClassName
{
color: #2B42ED;
}
.AnyTagClassName
{
color: #2B42ED;
}
</style>
background-color css
<style>
a { background-color: #2B42ED; }
a { background-color: rgb(43,66,237); }
div.DivClassName
{
background-color: #2B42ED;
}
.BgClassName
{
background-color: #2B42ED;
}
</style>
border-color css
<style>
span { border-color: #2B42ED; }
span { border-color: rgb(43,66,237); }
td.TdClassName
{
border-color: #2B42ED;
}
.TagClassName
{
border-color: #2B42ED;
}
</style>