Shades of Neon Blue #465AFB
Tints of Neon Blue #465AFB
RGB
CMYK
RGB Variations
Color information
#465AFB (or 0x465AFB) is known color: Neon Blue. HEX triplet: 46, 5A and FB. RGB value is (70,90,251). Sum of RGB (Red+Green+Blue) = 70+90+251=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #465AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465AFB is #B9A504. Grayscale: #656565. Windows color (decimal): -12166405 or 16472646. OLE color: 16472646.
HSL color Cylindrical-coordinate representation of color #465AFB: hue angle of 233.37º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #465AFB is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 90 | 251 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.02 |
| HSL | 233.37º | 0.96% | 0.63% | - |
| HSV(B) | 233.37º | 0.72% | 0.98% | - |
| XYZ | 23.59 | 15.58 | 93.03 | - |
| YUV | 102.37 | 211.87 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 251 | 0.72 | 0.64 | 0 | 0.02 | 233.37 | 0.96 | 0.63 |
| Hex | 46 | 5A | FB | 48 | 40 | 0 | 2 | E9 | 60 | 3F |
| Octal | 106 | 132 | 373 | 110 | 100 | 0 | 2 | 351 | 140 | 77 |
| Binary | 1000110 | 1011010 | 11111011 | 1001000 | 1000000 | 0 | 10 | 11101001 | 1100000 | 111111 |
Color Harmonies of #465AFB
Complementary color
Monochromatic Colors of #465AFB
Black with #465AFB
Text Example
Text Example
White with #465AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465AFB; }
p { color: rgb(70,90,251); }
H1.HeaderClassName
{
color: #465AFB;
}
.AnyTagClassName
{
color: #465AFB;
}
</style>
background-color css
<style>
a { background-color: #465AFB; }
a { background-color: rgb(70,90,251); }
div.DivClassName
{
background-color: #465AFB;
}
.BgClassName
{
background-color: #465AFB;
}
</style>
border-color css
<style>
span { border-color: #465AFB; }
span { border-color: rgb(70,90,251); }
td.TdClassName
{
border-color: #465AFB;
}
.TagClassName
{
border-color: #465AFB;
}
</style>