Shades of Neon Blue #2D3BED
Tints of Neon Blue #2D3BED
RGB
CMYK
RGB Variations
Color information
#2D3BED (or 0x2D3BED) is known color: Neon Blue. HEX triplet: 2D, 3B and ED. RGB value is (45,59,237). Sum of RGB (Red+Green+Blue) = 45+59+237=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 59 (23.44% from 255 or 17.30% 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 #2D3BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D3BED is #D2C412. Grayscale: #4A4A4A. Windows color (decimal): -13812755 or 15547181. OLE color: 15547181.
HSL color Cylindrical-coordinate representation of color #2D3BED: hue angle of 235.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D3BED is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 59 | 237 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.07 |
| HSL | 235.63º | 0.84% | 0.55% | - |
| HSV(B) | 235.63º | 0.81% | 0.93% | - |
| XYZ | 17.93 | 9.8 | 81.07 | - |
| YUV | 75.11 | 219.36 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 237 | 0.81 | 0.75 | 0 | 0.07 | 235.63 | 0.84 | 0.55 |
| Hex | 2D | 3B | ED | 51 | 4B | 0 | 7 | EC | 54 | 37 |
| Octal | 55 | 73 | 355 | 121 | 113 | 0 | 7 | 354 | 124 | 67 |
| Binary | 101101 | 111011 | 11101101 | 1010001 | 1001011 | 0 | 111 | 11101100 | 1010100 | 110111 |
Color Harmonies of #2D3BED
Complementary color
Monochromatic Colors of #2D3BED
Black with #2D3BED
Text Example
Text Example
White with #2D3BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3BED; }
p { color: rgb(45,59,237); }
H1.HeaderClassName
{
color: #2D3BED;
}
.AnyTagClassName
{
color: #2D3BED;
}
</style>
background-color css
<style>
a { background-color: #2D3BED; }
a { background-color: rgb(45,59,237); }
div.DivClassName
{
background-color: #2D3BED;
}
.BgClassName
{
background-color: #2D3BED;
}
</style>
border-color css
<style>
span { border-color: #2D3BED; }
span { border-color: rgb(45,59,237); }
td.TdClassName
{
border-color: #2D3BED;
}
.TagClassName
{
border-color: #2D3BED;
}
</style>