Shades of Neon Blue #464EEC
Tints of Neon Blue #464EEC
RGB
CMYK
RGB Variations
Color information
#464EEC (or 0x464EEC) is known color: Neon Blue. HEX triplet: 46, 4E and EC. RGB value is (70,78,236). Sum of RGB (Red+Green+Blue) = 70+78+236=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #464EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464EEC is #B9B113. Grayscale: #5C5C5C. Windows color (decimal): -12169492 or 15486534. OLE color: 15486534.
HSL color Cylindrical-coordinate representation of color #464EEC: hue angle of 237.11º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464EEC is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 78 | 236 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.07 |
| HSL | 237.11º | 0.81% | 0.6% | - |
| HSV(B) | 237.11º | 0.7% | 0.93% | - |
| XYZ | 20.39 | 12.81 | 80.75 | - |
| YUV | 93.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 236 | 0.70 | 0.67 | 0 | 0.07 | 237.11 | 0.81 | 0.6 |
| Hex | 46 | 4E | EC | 46 | 43 | 0 | 7 | ED | 51 | 3C |
| Octal | 106 | 116 | 354 | 106 | 103 | 0 | 7 | 355 | 121 | 74 |
| Binary | 1000110 | 1001110 | 11101100 | 1000110 | 1000011 | 0 | 111 | 11101101 | 1010001 | 111100 |
Color Harmonies of #464EEC
Complementary color
Monochromatic Colors of #464EEC
Black with #464EEC
Text Example
Text Example
White with #464EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464EEC; }
p { color: rgb(70,78,236); }
H1.HeaderClassName
{
color: #464EEC;
}
.AnyTagClassName
{
color: #464EEC;
}
</style>
background-color css
<style>
a { background-color: #464EEC; }
a { background-color: rgb(70,78,236); }
div.DivClassName
{
background-color: #464EEC;
}
.BgClassName
{
background-color: #464EEC;
}
</style>
border-color css
<style>
span { border-color: #464EEC; }
span { border-color: rgb(70,78,236); }
td.TdClassName
{
border-color: #464EEC;
}
.TagClassName
{
border-color: #464EEC;
}
</style>