Shades of Neon Blue #464EEE
Tints of Neon Blue #464EEE
RGB
CMYK
RGB Variations
Color information
#464EEE (or 0x464EEE) is known color: Neon Blue. HEX triplet: 46, 4E and EE. RGB value is (70,78,238). Sum of RGB (Red+Green+Blue) = 70+78+238=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #464EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464EEE is #B9B111. Grayscale: #5D5D5D. Windows color (decimal): -12169490 or 15617606. OLE color: 15617606.
HSL color Cylindrical-coordinate representation of color #464EEE: hue angle of 237.14º degrees, saturation: 0.83, 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 #464EEE is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 78 | 238 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.07 |
| HSL | 237.14º | 0.83% | 0.6% | - |
| HSV(B) | 237.14º | 0.71% | 0.93% | - |
| XYZ | 20.68 | 12.92 | 82.29 | - |
| YUV | 93.85 | 209.35 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 238 | 0.71 | 0.67 | 0 | 0.07 | 237.14 | 0.83 | 0.6 |
| Hex | 46 | 4E | EE | 47 | 43 | 0 | 7 | ED | 53 | 3C |
| Octal | 106 | 116 | 356 | 107 | 103 | 0 | 7 | 355 | 123 | 74 |
| Binary | 1000110 | 1001110 | 11101110 | 1000111 | 1000011 | 0 | 111 | 11101101 | 1010011 | 111100 |
Color Harmonies of #464EEE
Complementary color
Monochromatic Colors of #464EEE
Black with #464EEE
Text Example
Text Example
White with #464EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464EEE; }
p { color: rgb(70,78,238); }
H1.HeaderClassName
{
color: #464EEE;
}
.AnyTagClassName
{
color: #464EEE;
}
</style>
background-color css
<style>
a { background-color: #464EEE; }
a { background-color: rgb(70,78,238); }
div.DivClassName
{
background-color: #464EEE;
}
.BgClassName
{
background-color: #464EEE;
}
</style>
border-color css
<style>
span { border-color: #464EEE; }
span { border-color: rgb(70,78,238); }
td.TdClassName
{
border-color: #464EEE;
}
.TagClassName
{
border-color: #464EEE;
}
</style>