Shades of Neon Blue #464EE6
Tints of Neon Blue #464EE6
RGB
CMYK
RGB Variations
Color information
#464EE6 (or 0x464EE6) is known color: Neon Blue. HEX triplet: 46, 4E and E6. RGB value is (70,78,230). Sum of RGB (Red+Green+Blue) = 70+78+230=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #464EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464EE6 is #B9B119. Grayscale: #5C5C5C. Windows color (decimal): -12169498 or 15093318. OLE color: 15093318.
HSL color Cylindrical-coordinate representation of color #464EE6: hue angle of 237º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464EE6 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 78 | 230 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.10 |
| HSL | 237º | 0.76% | 0.59% | - |
| HSV(B) | 237º | 0.7% | 0.9% | - |
| XYZ | 19.53 | 12.46 | 76.24 | - |
| YUV | 92.94 | 205.35 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 230 | 0.70 | 0.66 | 0 | 0.10 | 237 | 0.76 | 0.59 |
| Hex | 46 | 4E | E6 | 46 | 42 | 0 | A | ED | 4C | 3B |
| Octal | 106 | 116 | 346 | 106 | 102 | 0 | 12 | 355 | 114 | 73 |
| Binary | 1000110 | 1001110 | 11100110 | 1000110 | 1000010 | 0 | 1010 | 11101101 | 1001100 | 111011 |
Color Harmonies of #464EE6
Complementary color
Monochromatic Colors of #464EE6
Black with #464EE6
Text Example
Text Example
White with #464EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464EE6; }
p { color: rgb(70,78,230); }
H1.HeaderClassName
{
color: #464EE6;
}
.AnyTagClassName
{
color: #464EE6;
}
</style>
background-color css
<style>
a { background-color: #464EE6; }
a { background-color: rgb(70,78,230); }
div.DivClassName
{
background-color: #464EE6;
}
.BgClassName
{
background-color: #464EE6;
}
</style>
border-color css
<style>
span { border-color: #464EE6; }
span { border-color: rgb(70,78,230); }
td.TdClassName
{
border-color: #464EE6;
}
.TagClassName
{
border-color: #464EE6;
}
</style>