Shades of Neon Blue #464EED
Tints of Neon Blue #464EED
RGB
CMYK
RGB Variations
Color information
#464EED (or 0x464EED) is known color: Neon Blue. HEX triplet: 46, 4E and ED. RGB value is (70,78,237). Sum of RGB (Red+Green+Blue) = 70+78+237=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #464EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464EED is #B9B112. Grayscale: #5D5D5D. Windows color (decimal): -12169491 or 15552070. OLE color: 15552070.
HSL color Cylindrical-coordinate representation of color #464EED: hue angle of 237.13º degrees, saturation: 0.82, 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 #464EED is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 78 | 237 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.07 |
| HSL | 237.13º | 0.82% | 0.6% | - |
| HSV(B) | 237.13º | 0.7% | 0.93% | - |
| XYZ | 20.54 | 12.87 | 81.52 | - |
| YUV | 93.73 | 208.85 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 237 | 0.70 | 0.67 | 0 | 0.07 | 237.13 | 0.82 | 0.6 |
| Hex | 46 | 4E | ED | 46 | 43 | 0 | 7 | ED | 52 | 3C |
| Octal | 106 | 116 | 355 | 106 | 103 | 0 | 7 | 355 | 122 | 74 |
| Binary | 1000110 | 1001110 | 11101101 | 1000110 | 1000011 | 0 | 111 | 11101101 | 1010010 | 111100 |
Color Harmonies of #464EED
Complementary color
Monochromatic Colors of #464EED
Black with #464EED
Text Example
Text Example
White with #464EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464EED; }
p { color: rgb(70,78,237); }
H1.HeaderClassName
{
color: #464EED;
}
.AnyTagClassName
{
color: #464EED;
}
</style>
background-color css
<style>
a { background-color: #464EED; }
a { background-color: rgb(70,78,237); }
div.DivClassName
{
background-color: #464EED;
}
.BgClassName
{
background-color: #464EED;
}
</style>
border-color css
<style>
span { border-color: #464EED; }
span { border-color: rgb(70,78,237); }
td.TdClassName
{
border-color: #464EED;
}
.TagClassName
{
border-color: #464EED;
}
</style>