Shades of Neon Blue #465BFE
Tints of Neon Blue #465BFE
RGB
CMYK
RGB Variations
Color information
#465BFE (or 0x465BFE) is known color: Neon Blue. HEX triplet: 46, 5B and FE. RGB value is (70,91,254). Sum of RGB (Red+Green+Blue) = 70+91+254=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #465BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465BFE is #B9A401. Grayscale: #666666. Windows color (decimal): -12166146 or 16669510. OLE color: 16669510.
HSL color Cylindrical-coordinate representation of color #465BFE: hue angle of 233.15º 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 #465BFE is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 91 | 254 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.00 |
| HSL | 233.15º | 0.99% | 0.64% | - |
| HSV(B) | 233.15º | 0.72% | 1% | - |
| XYZ | 24.16 | 15.94 | 95.57 | - |
| YUV | 103.3 | 213.04 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 254 | 0.72 | 0.64 | 0 | 0.00 | 233.15 | 0.99 | 0.64 |
| Hex | 46 | 5B | FE | 48 | 40 | 0 | 0 | E9 | 63 | 40 |
| Octal | 106 | 133 | 376 | 110 | 100 | 0 | 0 | 351 | 143 | 100 |
| Binary | 1000110 | 1011011 | 11111110 | 1001000 | 1000000 | 0 | 0 | 11101001 | 1100011 | 1000000 |
Color Harmonies of #465BFE
Complementary color
Monochromatic Colors of #465BFE
Black with #465BFE
Text Example
Text Example
White with #465BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BFE; }
p { color: rgb(70,91,254); }
H1.HeaderClassName
{
color: #465BFE;
}
.AnyTagClassName
{
color: #465BFE;
}
</style>
background-color css
<style>
a { background-color: #465BFE; }
a { background-color: rgb(70,91,254); }
div.DivClassName
{
background-color: #465BFE;
}
.BgClassName
{
background-color: #465BFE;
}
</style>
border-color css
<style>
span { border-color: #465BFE; }
span { border-color: rgb(70,91,254); }
td.TdClassName
{
border-color: #465BFE;
}
.TagClassName
{
border-color: #465BFE;
}
</style>