Shades of Neon Blue #2B3DED
Tints of Neon Blue #2B3DED
RGB
CMYK
RGB Variations
Color information
#2B3DED (or 0x2B3DED) is known color: Neon Blue. HEX triplet: 2B, 3D and ED. RGB value is (43,61,237). Sum of RGB (Red+Green+Blue) = 43+61+237=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B3DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B3DED is #D4C212. Grayscale: #4A4A4A. Windows color (decimal): -13943315 or 15547691. OLE color: 15547691.
HSL color Cylindrical-coordinate representation of color #2B3DED: hue angle of 234.43º 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 #2B3DED is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 61 | 237 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.07 |
| HSL | 234.43º | 0.84% | 0.55% | - |
| HSV(B) | 234.43º | 0.82% | 0.93% | - |
| XYZ | 17.95 | 9.97 | 81.1 | - |
| YUV | 75.68 | 219.04 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 237 | 0.82 | 0.74 | 0 | 0.07 | 234.43 | 0.84 | 0.55 |
| Hex | 2B | 3D | ED | 52 | 4A | 0 | 7 | EA | 54 | 37 |
| Octal | 53 | 75 | 355 | 122 | 112 | 0 | 7 | 352 | 124 | 67 |
| Binary | 101011 | 111101 | 11101101 | 1010010 | 1001010 | 0 | 111 | 11101010 | 1010100 | 110111 |
Color Harmonies of #2B3DED
Complementary color
Monochromatic Colors of #2B3DED
Black with #2B3DED
Text Example
Text Example
White with #2B3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3DED; }
p { color: rgb(43,61,237); }
H1.HeaderClassName
{
color: #2B3DED;
}
.AnyTagClassName
{
color: #2B3DED;
}
</style>
background-color css
<style>
a { background-color: #2B3DED; }
a { background-color: rgb(43,61,237); }
div.DivClassName
{
background-color: #2B3DED;
}
.BgClassName
{
background-color: #2B3DED;
}
</style>
border-color css
<style>
span { border-color: #2B3DED; }
span { border-color: rgb(43,61,237); }
td.TdClassName
{
border-color: #2B3DED;
}
.TagClassName
{
border-color: #2B3DED;
}
</style>