Shades of Neon Blue #4642EC
Tints of Neon Blue #4642EC
RGB
CMYK
RGB Variations
Color information
#4642EC (or 0x4642EC) is known color: Neon Blue. HEX triplet: 46, 42 and EC. RGB value is (70,66,236). Sum of RGB (Red+Green+Blue) = 70+66+236=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #4642EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4642EC is #B9BD13. Grayscale: #555555. Windows color (decimal): -12172564 or 15483462. OLE color: 15483462.
HSL color Cylindrical-coordinate representation of color #4642EC: hue angle of 241.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4642EC is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 66 | 236 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.07 |
| HSL | 241.41º | 0.82% | 0.59% | - |
| HSV(B) | 241.41º | 0.72% | 0.93% | - |
| XYZ | 19.61 | 11.25 | 80.5 | - |
| YUV | 86.58 | 212.33 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 236 | 0.70 | 0.72 | 0 | 0.07 | 241.41 | 0.82 | 0.59 |
| Hex | 46 | 42 | EC | 46 | 48 | 0 | 7 | F1 | 52 | 3B |
| Octal | 106 | 102 | 354 | 106 | 110 | 0 | 7 | 361 | 122 | 73 |
| Binary | 1000110 | 1000010 | 11101100 | 1000110 | 1001000 | 0 | 111 | 11110001 | 1010010 | 111011 |
Color Harmonies of #4642EC
Complementary color
Monochromatic Colors of #4642EC
Black with #4642EC
Text Example
Text Example
White with #4642EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4642EC; }
p { color: rgb(70,66,236); }
H1.HeaderClassName
{
color: #4642EC;
}
.AnyTagClassName
{
color: #4642EC;
}
</style>
background-color css
<style>
a { background-color: #4642EC; }
a { background-color: rgb(70,66,236); }
div.DivClassName
{
background-color: #4642EC;
}
.BgClassName
{
background-color: #4642EC;
}
</style>
border-color css
<style>
span { border-color: #4642EC; }
span { border-color: rgb(70,66,236); }
td.TdClassName
{
border-color: #4642EC;
}
.TagClassName
{
border-color: #4642EC;
}
</style>