Shades of Neon Blue #2D49ED
Tints of Neon Blue #2D49ED
RGB
CMYK
RGB Variations
Color information
#2D49ED (or 0x2D49ED) is known color: Neon Blue. HEX triplet: 2D, 49 and ED. RGB value is (45,73,237). Sum of RGB (Red+Green+Blue) = 45+73+237=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #2D49ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D49ED is #D2B612. Grayscale: #525252. Windows color (decimal): -13809171 or 15550765. OLE color: 15550765.
HSL color Cylindrical-coordinate representation of color #2D49ED: hue angle of 231.25º 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 #2D49ED is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 73 | 237 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.07 |
| HSL | 231.25º | 0.84% | 0.55% | - |
| HSV(B) | 231.25º | 0.81% | 0.93% | - |
| XYZ | 18.75 | 11.44 | 81.34 | - |
| YUV | 83.32 | 214.72 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 237 | 0.81 | 0.69 | 0 | 0.07 | 231.25 | 0.84 | 0.55 |
| Hex | 2D | 49 | ED | 51 | 45 | 0 | 7 | E7 | 54 | 37 |
| Octal | 55 | 111 | 355 | 121 | 105 | 0 | 7 | 347 | 124 | 67 |
| Binary | 101101 | 1001001 | 11101101 | 1010001 | 1000101 | 0 | 111 | 11100111 | 1010100 | 110111 |
Color Harmonies of #2D49ED
Complementary color
Monochromatic Colors of #2D49ED
Black with #2D49ED
Text Example
Text Example
White with #2D49ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D49ED; }
p { color: rgb(45,73,237); }
H1.HeaderClassName
{
color: #2D49ED;
}
.AnyTagClassName
{
color: #2D49ED;
}
</style>
background-color css
<style>
a { background-color: #2D49ED; }
a { background-color: rgb(45,73,237); }
div.DivClassName
{
background-color: #2D49ED;
}
.BgClassName
{
background-color: #2D49ED;
}
</style>
border-color css
<style>
span { border-color: #2D49ED; }
span { border-color: rgb(45,73,237); }
td.TdClassName
{
border-color: #2D49ED;
}
.TagClassName
{
border-color: #2D49ED;
}
</style>