Shades of Neon Blue #465EFF
Tints of Neon Blue #465EFF
RGB
CMYK
RGB Variations
Color information
#465EFF (or 0x465EFF) is known color: Neon Blue. HEX triplet: 46, 5E and FF. RGB value is (70,94,255). Sum of RGB (Red+Green+Blue) = 70+94+255=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #465EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465EFF is #B9A100. Grayscale: #686868. Windows color (decimal): -12165377 or 16735814. OLE color: 16735814.
HSL color Cylindrical-coordinate representation of color #465EFF: hue angle of 232.22º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #465EFF is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 94 | 255 | - |
| CMYK | 0.73 | 0.63 | 0 | 0 |
| HSL | 232.22º | 1% | 0.64% | - |
| HSV(B) | 232.22º | 0.73% | 1% | - |
| XYZ | 24.58 | 16.53 | 96.5 | - |
| YUV | 105.18 | 212.55 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 255 | 0.73 | 0.63 | 0 | 0 | 232.22 | 1 | 0.64 |
| Hex | 46 | 5E | FF | 49 | 3F | 0 | 0 | E8 | 64 | 40 |
| Octal | 106 | 136 | 377 | 111 | 77 | 0 | 0 | 350 | 144 | 100 |
| Binary | 1000110 | 1011110 | 11111111 | 1001001 | 111111 | 0 | 0 | 11101000 | 1100100 | 1000000 |
Color Harmonies of #465EFF
Complementary color
Monochromatic Colors of #465EFF
Black with #465EFF
Text Example
Text Example
White with #465EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465EFF; }
p { color: rgb(70,94,255); }
H1.HeaderClassName
{
color: #465EFF;
}
.AnyTagClassName
{
color: #465EFF;
}
</style>
background-color css
<style>
a { background-color: #465EFF; }
a { background-color: rgb(70,94,255); }
div.DivClassName
{
background-color: #465EFF;
}
.BgClassName
{
background-color: #465EFF;
}
</style>
border-color css
<style>
span { border-color: #465EFF; }
span { border-color: rgb(70,94,255); }
td.TdClassName
{
border-color: #465EFF;
}
.TagClassName
{
border-color: #465EFF;
}
</style>