Shades of Neon Blue #4640E6
Tints of Neon Blue #4640E6
RGB
CMYK
RGB Variations
Color information
#4640E6 (or 0x4640E6) is known color: Neon Blue. HEX triplet: 46, 40 and E6. RGB value is (70,64,230). Sum of RGB (Red+Green+Blue) = 70+64+230=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 230 (90.23% from 255 or 63.19% from 364); Max value from RGB is 230 - color contains mainly: blue. Hex color #4640E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4640E6 is #B9BF19. Grayscale: #545454. Windows color (decimal): -12173082 or 15089734. OLE color: 15089734.
HSL color Cylindrical-coordinate representation of color #4640E6: hue angle of 242.17º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4640E6 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 64 | 230 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.10 |
| HSL | 242.17º | 0.77% | 0.58% | - |
| HSV(B) | 242.17º | 0.72% | 0.9% | - |
| XYZ | 18.64 | 10.68 | 75.94 | - |
| YUV | 84.72 | 209.99 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 230 | 0.70 | 0.72 | 0 | 0.10 | 242.17 | 0.77 | 0.58 |
| Hex | 46 | 40 | E6 | 46 | 48 | 0 | A | F2 | 4D | 3A |
| Octal | 106 | 100 | 346 | 106 | 110 | 0 | 12 | 362 | 115 | 72 |
| Binary | 1000110 | 1000000 | 11100110 | 1000110 | 1001000 | 0 | 1010 | 11110010 | 1001101 | 111010 |
Color Harmonies of #4640E6
Complementary color
Monochromatic Colors of #4640E6
Black with #4640E6
Text Example
Text Example
White with #4640E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4640E6; }
p { color: rgb(70,64,230); }
H1.HeaderClassName
{
color: #4640E6;
}
.AnyTagClassName
{
color: #4640E6;
}
</style>
background-color css
<style>
a { background-color: #4640E6; }
a { background-color: rgb(70,64,230); }
div.DivClassName
{
background-color: #4640E6;
}
.BgClassName
{
background-color: #4640E6;
}
</style>
border-color css
<style>
span { border-color: #4640E6; }
span { border-color: rgb(70,64,230); }
td.TdClassName
{
border-color: #4640E6;
}
.TagClassName
{
border-color: #4640E6;
}
</style>