Shades of Neon Blue #465DFF
Tints of Neon Blue #465DFF
RGB
CMYK
RGB Variations
Color information
#465DFF (or 0x465DFF) is known color: Neon Blue. HEX triplet: 46, 5D and FF. RGB value is (70,93,255). Sum of RGB (Red+Green+Blue) = 70+93+255=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #465DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465DFF is #B9A200. Grayscale: #676767. Windows color (decimal): -12165633 or 16735558. OLE color: 16735558.
HSL color Cylindrical-coordinate representation of color #465DFF: hue angle of 232.54º 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 #465DFF is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 93 | 255 | - |
| CMYK | 0.73 | 0.64 | 0 | 0 |
| HSL | 232.54º | 1% | 0.64% | - |
| HSV(B) | 232.54º | 0.73% | 1% | - |
| XYZ | 24.49 | 16.35 | 96.47 | - |
| YUV | 104.59 | 212.88 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 255 | 0.73 | 0.64 | 0 | 0 | 232.54 | 1 | 0.64 |
| Hex | 46 | 5D | FF | 49 | 40 | 0 | 0 | E9 | 64 | 40 |
| Octal | 106 | 135 | 377 | 111 | 100 | 0 | 0 | 351 | 144 | 100 |
| Binary | 1000110 | 1011101 | 11111111 | 1001001 | 1000000 | 0 | 0 | 11101001 | 1100100 | 1000000 |
Color Harmonies of #465DFF
Complementary color
Monochromatic Colors of #465DFF
Black with #465DFF
Text Example
Text Example
White with #465DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465DFF; }
p { color: rgb(70,93,255); }
H1.HeaderClassName
{
color: #465DFF;
}
.AnyTagClassName
{
color: #465DFF;
}
</style>
background-color css
<style>
a { background-color: #465DFF; }
a { background-color: rgb(70,93,255); }
div.DivClassName
{
background-color: #465DFF;
}
.BgClassName
{
background-color: #465DFF;
}
</style>
border-color css
<style>
span { border-color: #465DFF; }
span { border-color: rgb(70,93,255); }
td.TdClassName
{
border-color: #465DFF;
}
.TagClassName
{
border-color: #465DFF;
}
</style>