Shades of Neon Blue #2B31ED
Tints of Neon Blue #2B31ED
RGB
CMYK
RGB Variations
Color information
#2B31ED (or 0x2B31ED) is known color: Neon Blue. HEX triplet: 2B, 31 and ED. RGB value is (43,49,237). Sum of RGB (Red+Green+Blue) = 43+49+237=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B31ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B31ED is #D4CE12. Grayscale: #434343. Windows color (decimal): -13946387 or 15544619. OLE color: 15544619.
HSL color Cylindrical-coordinate representation of color #2B31ED: hue angle of 238.14º 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 #2B31ED is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 49 | 237 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.07 |
| HSL | 238.14º | 0.84% | 0.55% | - |
| HSV(B) | 238.14º | 0.82% | 0.93% | - |
| XYZ | 17.38 | 8.82 | 80.91 | - |
| YUV | 68.64 | 223.01 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 237 | 0.82 | 0.79 | 0 | 0.07 | 238.14 | 0.84 | 0.55 |
| Hex | 2B | 31 | ED | 52 | 4F | 0 | 7 | EE | 54 | 37 |
| Octal | 53 | 61 | 355 | 122 | 117 | 0 | 7 | 356 | 124 | 67 |
| Binary | 101011 | 110001 | 11101101 | 1010010 | 1001111 | 0 | 111 | 11101110 | 1010100 | 110111 |
Color Harmonies of #2B31ED
Complementary color
Monochromatic Colors of #2B31ED
Black with #2B31ED
Text Example
Text Example
White with #2B31ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B31ED; }
p { color: rgb(43,49,237); }
H1.HeaderClassName
{
color: #2B31ED;
}
.AnyTagClassName
{
color: #2B31ED;
}
</style>
background-color css
<style>
a { background-color: #2B31ED; }
a { background-color: rgb(43,49,237); }
div.DivClassName
{
background-color: #2B31ED;
}
.BgClassName
{
background-color: #2B31ED;
}
</style>
border-color css
<style>
span { border-color: #2B31ED; }
span { border-color: rgb(43,49,237); }
td.TdClassName
{
border-color: #2B31ED;
}
.TagClassName
{
border-color: #2B31ED;
}
</style>