Shades of Neon Blue #465FFA
Tints of Neon Blue #465FFA
RGB
CMYK
RGB Variations
Color information
#465FFA (or 0x465FFA) is known color: Neon Blue. HEX triplet: 46, 5F and FA. RGB value is (70,95,250). Sum of RGB (Red+Green+Blue) = 70+95+250=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #465FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465FFA is #B9A005. Grayscale: #686868. Windows color (decimal): -12165126 or 16408390. OLE color: 16408390.
HSL color Cylindrical-coordinate representation of color #465FFA: hue angle of 231.67º degrees, saturation: 0.95, 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 #465FFA is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 95 | 250 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.02 |
| HSL | 231.67º | 0.95% | 0.63% | - |
| HSV(B) | 231.67º | 0.72% | 0.98% | - |
| XYZ | 23.87 | 16.39 | 92.35 | - |
| YUV | 105.2 | 209.72 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 250 | 0.72 | 0.62 | 0 | 0.02 | 231.67 | 0.95 | 0.63 |
| Hex | 46 | 5F | FA | 48 | 3E | 0 | 2 | E8 | 5F | 3F |
| Octal | 106 | 137 | 372 | 110 | 76 | 0 | 2 | 350 | 137 | 77 |
| Binary | 1000110 | 1011111 | 11111010 | 1001000 | 111110 | 0 | 10 | 11101000 | 1011111 | 111111 |
Color Harmonies of #465FFA
Complementary color
Monochromatic Colors of #465FFA
Black with #465FFA
Text Example
Text Example
White with #465FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FFA; }
p { color: rgb(70,95,250); }
H1.HeaderClassName
{
color: #465FFA;
}
.AnyTagClassName
{
color: #465FFA;
}
</style>
background-color css
<style>
a { background-color: #465FFA; }
a { background-color: rgb(70,95,250); }
div.DivClassName
{
background-color: #465FFA;
}
.BgClassName
{
background-color: #465FFA;
}
</style>
border-color css
<style>
span { border-color: #465FFA; }
span { border-color: rgb(70,95,250); }
td.TdClassName
{
border-color: #465FFA;
}
.TagClassName
{
border-color: #465FFA;
}
</style>