Shades of Neon Blue #464DE8
Tints of Neon Blue #464DE8
RGB
CMYK
RGB Variations
Color information
#464DE8 (or 0x464DE8) is known color: Neon Blue. HEX triplet: 46, 4D and E8. RGB value is (70,77,232). Sum of RGB (Red+Green+Blue) = 70+77+232=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #464DE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464DE8 is #B9B217. Grayscale: #5B5B5B. Windows color (decimal): -12169752 or 15224134. OLE color: 15224134.
HSL color Cylindrical-coordinate representation of color #464DE8: hue angle of 237.41º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464DE8 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 77 | 232 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.09 |
| HSL | 237.41º | 0.78% | 0.59% | - |
| HSV(B) | 237.41º | 0.7% | 0.91% | - |
| XYZ | 19.75 | 12.44 | 77.7 | - |
| YUV | 92.58 | 206.68 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 232 | 0.70 | 0.67 | 0 | 0.09 | 237.41 | 0.78 | 0.59 |
| Hex | 46 | 4D | E8 | 46 | 43 | 0 | 9 | ED | 4E | 3B |
| Octal | 106 | 115 | 350 | 106 | 103 | 0 | 11 | 355 | 116 | 73 |
| Binary | 1000110 | 1001101 | 11101000 | 1000110 | 1000011 | 0 | 1001 | 11101101 | 1001110 | 111011 |
Color Harmonies of #464DE8
Complementary color
Monochromatic Colors of #464DE8
Black with #464DE8
Text Example
Text Example
White with #464DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464DE8; }
p { color: rgb(70,77,232); }
H1.HeaderClassName
{
color: #464DE8;
}
.AnyTagClassName
{
color: #464DE8;
}
</style>
background-color css
<style>
a { background-color: #464DE8; }
a { background-color: rgb(70,77,232); }
div.DivClassName
{
background-color: #464DE8;
}
.BgClassName
{
background-color: #464DE8;
}
</style>
border-color css
<style>
span { border-color: #464DE8; }
span { border-color: rgb(70,77,232); }
td.TdClassName
{
border-color: #464DE8;
}
.TagClassName
{
border-color: #464DE8;
}
</style>