Shades of Neon Blue #2D4AED
Tints of Neon Blue #2D4AED
RGB
CMYK
RGB Variations
Color information
#2D4AED (or 0x2D4AED) is known color: Neon Blue. HEX triplet: 2D, 4A and ED. RGB value is (45,74,237). Sum of RGB (Red+Green+Blue) = 45+74+237=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #2D4AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D4AED is #D2B512. Grayscale: #535353. Windows color (decimal): -13808915 or 15551021. OLE color: 15551021.
HSL color Cylindrical-coordinate representation of color #2D4AED: hue angle of 230.94º 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 #2D4AED is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 74 | 237 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.07 |
| HSL | 230.94º | 0.84% | 0.55% | - |
| HSV(B) | 230.94º | 0.81% | 0.93% | - |
| XYZ | 18.82 | 11.57 | 81.36 | - |
| YUV | 83.91 | 214.39 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 74 | 237 | 0.81 | 0.69 | 0 | 0.07 | 230.94 | 0.84 | 0.55 |
| Hex | 2D | 4A | ED | 51 | 45 | 0 | 7 | E7 | 54 | 37 |
| Octal | 55 | 112 | 355 | 121 | 105 | 0 | 7 | 347 | 124 | 67 |
| Binary | 101101 | 1001010 | 11101101 | 1010001 | 1000101 | 0 | 111 | 11100111 | 1010100 | 110111 |
Color Harmonies of #2D4AED
Complementary color
Monochromatic Colors of #2D4AED
Black with #2D4AED
Text Example
Text Example
White with #2D4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4AED; }
p { color: rgb(45,74,237); }
H1.HeaderClassName
{
color: #2D4AED;
}
.AnyTagClassName
{
color: #2D4AED;
}
</style>
background-color css
<style>
a { background-color: #2D4AED; }
a { background-color: rgb(45,74,237); }
div.DivClassName
{
background-color: #2D4AED;
}
.BgClassName
{
background-color: #2D4AED;
}
</style>
border-color css
<style>
span { border-color: #2D4AED; }
span { border-color: rgb(45,74,237); }
td.TdClassName
{
border-color: #2D4AED;
}
.TagClassName
{
border-color: #2D4AED;
}
</style>