Shades of Neon Blue #4640EA
Tints of Neon Blue #4640EA
RGB
CMYK
RGB Variations
Color information
#4640EA (or 0x4640EA) is known color: Neon Blue. HEX triplet: 46, 40 and EA. RGB value is (70,64,234). Sum of RGB (Red+Green+Blue) = 70+64+234=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #4640EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4640EA is #B9BF15. Grayscale: #545454. Windows color (decimal): -12173078 or 15351878. OLE color: 15351878.
HSL color Cylindrical-coordinate representation of color #4640EA: hue angle of 242.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4640EA is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 64 | 234 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.08 |
| HSL | 242.12º | 0.8% | 0.58% | - |
| HSV(B) | 242.12º | 0.73% | 0.92% | - |
| XYZ | 19.21 | 10.91 | 78.94 | - |
| YUV | 85.17 | 211.99 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 234 | 0.70 | 0.73 | 0 | 0.08 | 242.12 | 0.8 | 0.58 |
| Hex | 46 | 40 | EA | 46 | 49 | 0 | 8 | F2 | 50 | 3A |
| Octal | 106 | 100 | 352 | 106 | 111 | 0 | 10 | 362 | 120 | 72 |
| Binary | 1000110 | 1000000 | 11101010 | 1000110 | 1001001 | 0 | 1000 | 11110010 | 1010000 | 111010 |
Color Harmonies of #4640EA
Complementary color
Monochromatic Colors of #4640EA
Black with #4640EA
Text Example
Text Example
White with #4640EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4640EA; }
p { color: rgb(70,64,234); }
H1.HeaderClassName
{
color: #4640EA;
}
.AnyTagClassName
{
color: #4640EA;
}
</style>
background-color css
<style>
a { background-color: #4640EA; }
a { background-color: rgb(70,64,234); }
div.DivClassName
{
background-color: #4640EA;
}
.BgClassName
{
background-color: #4640EA;
}
</style>
border-color css
<style>
span { border-color: #4640EA; }
span { border-color: rgb(70,64,234); }
td.TdClassName
{
border-color: #4640EA;
}
.TagClassName
{
border-color: #4640EA;
}
</style>