Shades of Neon Blue #4645EC
Tints of Neon Blue #4645EC
RGB
CMYK
RGB Variations
Color information
#4645EC (or 0x4645EC) is known color: Neon Blue. HEX triplet: 46, 45 and EC. RGB value is (70,69,236). Sum of RGB (Red+Green+Blue) = 70+69+236=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #4645EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4645EC is #B9BA13. Grayscale: #575757. Windows color (decimal): -12171796 or 15484230. OLE color: 15484230.
HSL color Cylindrical-coordinate representation of color #4645EC: hue angle of 240.36º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4645EC is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 69 | 236 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.07 |
| HSL | 240.36º | 0.81% | 0.6% | - |
| HSV(B) | 240.36º | 0.71% | 0.93% | - |
| XYZ | 19.79 | 11.61 | 80.56 | - |
| YUV | 88.34 | 211.33 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 236 | 0.70 | 0.71 | 0 | 0.07 | 240.36 | 0.81 | 0.6 |
| Hex | 46 | 45 | EC | 46 | 47 | 0 | 7 | F0 | 51 | 3C |
| Octal | 106 | 105 | 354 | 106 | 107 | 0 | 7 | 360 | 121 | 74 |
| Binary | 1000110 | 1000101 | 11101100 | 1000110 | 1000111 | 0 | 111 | 11110000 | 1010001 | 111100 |
Color Harmonies of #4645EC
Complementary color
Monochromatic Colors of #4645EC
Black with #4645EC
Text Example
Text Example
White with #4645EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4645EC; }
p { color: rgb(70,69,236); }
H1.HeaderClassName
{
color: #4645EC;
}
.AnyTagClassName
{
color: #4645EC;
}
</style>
background-color css
<style>
a { background-color: #4645EC; }
a { background-color: rgb(70,69,236); }
div.DivClassName
{
background-color: #4645EC;
}
.BgClassName
{
background-color: #4645EC;
}
</style>
border-color css
<style>
span { border-color: #4645EC; }
span { border-color: rgb(70,69,236); }
td.TdClassName
{
border-color: #4645EC;
}
.TagClassName
{
border-color: #4645EC;
}
</style>