Shades of Neon Blue #465DFE
Tints of Neon Blue #465DFE
RGB
CMYK
RGB Variations
Color information
#465DFE (or 0x465DFE) is known color: Neon Blue. HEX triplet: 46, 5D and FE. RGB value is (70,93,254). Sum of RGB (Red+Green+Blue) = 70+93+254=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #465DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465DFE is #B9A201. Grayscale: #676767. Windows color (decimal): -12165634 or 16670022. OLE color: 16670022.
HSL color Cylindrical-coordinate representation of color #465DFE: hue angle of 232.5º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #465DFE is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 93 | 254 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.00 |
| HSL | 232.5º | 0.99% | 0.64% | - |
| HSV(B) | 232.5º | 0.72% | 1% | - |
| XYZ | 24.33 | 16.29 | 95.63 | - |
| YUV | 104.48 | 212.38 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 254 | 0.72 | 0.63 | 0 | 0.00 | 232.5 | 0.99 | 0.64 |
| Hex | 46 | 5D | FE | 48 | 3F | 0 | 0 | E8 | 63 | 40 |
| Octal | 106 | 135 | 376 | 110 | 77 | 0 | 0 | 350 | 143 | 100 |
| Binary | 1000110 | 1011101 | 11111110 | 1001000 | 111111 | 0 | 0 | 11101000 | 1100011 | 1000000 |
Color Harmonies of #465DFE
Complementary color
Monochromatic Colors of #465DFE
Black with #465DFE
Text Example
Text Example
White with #465DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465DFE; }
p { color: rgb(70,93,254); }
H1.HeaderClassName
{
color: #465DFE;
}
.AnyTagClassName
{
color: #465DFE;
}
</style>
background-color css
<style>
a { background-color: #465DFE; }
a { background-color: rgb(70,93,254); }
div.DivClassName
{
background-color: #465DFE;
}
.BgClassName
{
background-color: #465DFE;
}
</style>
border-color css
<style>
span { border-color: #465DFE; }
span { border-color: rgb(70,93,254); }
td.TdClassName
{
border-color: #465DFE;
}
.TagClassName
{
border-color: #465DFE;
}
</style>