Shades of Neon Blue #465BFF
Tints of Neon Blue #465BFF
RGB
CMYK
RGB Variations
Color information
#465BFF (or 0x465BFF) is known color: Neon Blue. HEX triplet: 46, 5B and FF. RGB value is (70,91,255). Sum of RGB (Red+Green+Blue) = 70+91+255=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #465BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465BFF is #B9A400. Grayscale: #666666. Windows color (decimal): -12166145 or 16735046. OLE color: 16735046.
HSL color Cylindrical-coordinate representation of color #465BFF: hue angle of 233.19º 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 #465BFF is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 91 | 255 | - |
| CMYK | 0.73 | 0.64 | 0 | 0 |
| HSL | 233.19º | 1% | 0.64% | - |
| HSV(B) | 233.19º | 0.73% | 1% | - |
| XYZ | 24.32 | 16 | 96.42 | - |
| YUV | 103.42 | 213.54 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 255 | 0.73 | 0.64 | 0 | 0 | 233.19 | 1 | 0.64 |
| Hex | 46 | 5B | FF | 49 | 40 | 0 | 0 | E9 | 64 | 40 |
| Octal | 106 | 133 | 377 | 111 | 100 | 0 | 0 | 351 | 144 | 100 |
| Binary | 1000110 | 1011011 | 11111111 | 1001001 | 1000000 | 0 | 0 | 11101001 | 1100100 | 1000000 |
Color Harmonies of #465BFF
Complementary color
Monochromatic Colors of #465BFF
Black with #465BFF
Text Example
Text Example
White with #465BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BFF; }
p { color: rgb(70,91,255); }
H1.HeaderClassName
{
color: #465BFF;
}
.AnyTagClassName
{
color: #465BFF;
}
</style>
background-color css
<style>
a { background-color: #465BFF; }
a { background-color: rgb(70,91,255); }
div.DivClassName
{
background-color: #465BFF;
}
.BgClassName
{
background-color: #465BFF;
}
</style>
border-color css
<style>
span { border-color: #465BFF; }
span { border-color: rgb(70,91,255); }
td.TdClassName
{
border-color: #465BFF;
}
.TagClassName
{
border-color: #465BFF;
}
</style>