Shades of Neon Blue #4649E5
Tints of Neon Blue #4649E5
RGB
CMYK
RGB Variations
Color information
#4649E5 (or 0x4649E5) is known color: Neon Blue. HEX triplet: 46, 49 and E5. RGB value is (70,73,229). Sum of RGB (Red+Green+Blue) = 70+73+229=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 229 (89.84% from 255 or 61.56% from 372); Max value from RGB is 229 - color contains mainly: blue. Hex color #4649E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4649E5 is #B9B61A. Grayscale: #595959. Windows color (decimal): -12170779 or 15026502. OLE color: 15026502.
HSL color Cylindrical-coordinate representation of color #4649E5: hue angle of 238.87º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4649E5 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 73 | 229 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.10 |
| HSL | 238.87º | 0.75% | 0.59% | - |
| HSV(B) | 238.87º | 0.69% | 0.9% | - |
| XYZ | 19.05 | 11.72 | 75.39 | - |
| YUV | 89.89 | 206.51 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 229 | 0.69 | 0.68 | 0 | 0.10 | 238.87 | 0.75 | 0.59 |
| Hex | 46 | 49 | E5 | 45 | 44 | 0 | A | EF | 4B | 3B |
| Octal | 106 | 111 | 345 | 105 | 104 | 0 | 12 | 357 | 113 | 73 |
| Binary | 1000110 | 1001001 | 11100101 | 1000101 | 1000100 | 0 | 1010 | 11101111 | 1001011 | 111011 |
Color Harmonies of #4649E5
Complementary color
Monochromatic Colors of #4649E5
Black with #4649E5
Text Example
Text Example
White with #4649E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4649E5; }
p { color: rgb(70,73,229); }
H1.HeaderClassName
{
color: #4649E5;
}
.AnyTagClassName
{
color: #4649E5;
}
</style>
background-color css
<style>
a { background-color: #4649E5; }
a { background-color: rgb(70,73,229); }
div.DivClassName
{
background-color: #4649E5;
}
.BgClassName
{
background-color: #4649E5;
}
</style>
border-color css
<style>
span { border-color: #4649E5; }
span { border-color: rgb(70,73,229); }
td.TdClassName
{
border-color: #4649E5;
}
.TagClassName
{
border-color: #4649E5;
}
</style>