Shades of Neon Blue #4649ED
Tints of Neon Blue #4649ED
RGB
CMYK
RGB Variations
Color information
#4649ED (or 0x4649ED) is known color: Neon Blue. HEX triplet: 46, 49 and ED. RGB value is (70,73,237). Sum of RGB (Red+Green+Blue) = 70+73+237=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #4649ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4649ED is #B9B612. Grayscale: #5A5A5A. Windows color (decimal): -12170771 or 15550790. OLE color: 15550790.
HSL color Cylindrical-coordinate representation of color #4649ED: hue angle of 238.92º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4649ED is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 73 | 237 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.07 |
| HSL | 238.92º | 0.82% | 0.6% | - |
| HSV(B) | 238.92º | 0.7% | 0.93% | - |
| XYZ | 20.19 | 12.18 | 81.41 | - |
| YUV | 90.8 | 210.51 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 237 | 0.70 | 0.69 | 0 | 0.07 | 238.92 | 0.82 | 0.6 |
| Hex | 46 | 49 | ED | 46 | 45 | 0 | 7 | EF | 52 | 3C |
| Octal | 106 | 111 | 355 | 106 | 105 | 0 | 7 | 357 | 122 | 74 |
| Binary | 1000110 | 1001001 | 11101101 | 1000110 | 1000101 | 0 | 111 | 11101111 | 1010010 | 111100 |
Color Harmonies of #4649ED
Complementary color
Monochromatic Colors of #4649ED
Black with #4649ED
Text Example
Text Example
White with #4649ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4649ED; }
p { color: rgb(70,73,237); }
H1.HeaderClassName
{
color: #4649ED;
}
.AnyTagClassName
{
color: #4649ED;
}
</style>
background-color css
<style>
a { background-color: #4649ED; }
a { background-color: rgb(70,73,237); }
div.DivClassName
{
background-color: #4649ED;
}
.BgClassName
{
background-color: #4649ED;
}
</style>
border-color css
<style>
span { border-color: #4649ED; }
span { border-color: rgb(70,73,237); }
td.TdClassName
{
border-color: #4649ED;
}
.TagClassName
{
border-color: #4649ED;
}
</style>