Shades of Neon Blue #464FED
Tints of Neon Blue #464FED
RGB
CMYK
RGB Variations
Color information
#464FED (or 0x464FED) is known color: Neon Blue. HEX triplet: 46, 4F and ED. RGB value is (70,79,237). Sum of RGB (Red+Green+Blue) = 70+79+237=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #464FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464FED is #B9B012. Grayscale: #5D5D5D. Windows color (decimal): -12169235 or 15552326. OLE color: 15552326.
HSL color Cylindrical-coordinate representation of color #464FED: hue angle of 236.77º 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 #464FED is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 79 | 237 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.07 |
| HSL | 236.77º | 0.82% | 0.6% | - |
| HSV(B) | 236.77º | 0.7% | 0.93% | - |
| XYZ | 20.61 | 13.01 | 81.55 | - |
| YUV | 94.32 | 208.52 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 237 | 0.70 | 0.67 | 0 | 0.07 | 236.77 | 0.82 | 0.6 |
| Hex | 46 | 4F | ED | 46 | 43 | 0 | 7 | ED | 52 | 3C |
| Octal | 106 | 117 | 355 | 106 | 103 | 0 | 7 | 355 | 122 | 74 |
| Binary | 1000110 | 1001111 | 11101101 | 1000110 | 1000011 | 0 | 111 | 11101101 | 1010010 | 111100 |
Color Harmonies of #464FED
Complementary color
Monochromatic Colors of #464FED
Black with #464FED
Text Example
Text Example
White with #464FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FED; }
p { color: rgb(70,79,237); }
H1.HeaderClassName
{
color: #464FED;
}
.AnyTagClassName
{
color: #464FED;
}
</style>
background-color css
<style>
a { background-color: #464FED; }
a { background-color: rgb(70,79,237); }
div.DivClassName
{
background-color: #464FED;
}
.BgClassName
{
background-color: #464FED;
}
</style>
border-color css
<style>
span { border-color: #464FED; }
span { border-color: rgb(70,79,237); }
td.TdClassName
{
border-color: #464FED;
}
.TagClassName
{
border-color: #464FED;
}
</style>