Shades of Neon Blue #465FFB
Tints of Neon Blue #465FFB
RGB
CMYK
RGB Variations
Color information
#465FFB (or 0x465FFB) is known color: Neon Blue. HEX triplet: 46, 5F and FB. RGB value is (70,95,251). Sum of RGB (Red+Green+Blue) = 70+95+251=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #465FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465FFB is #B9A004. Grayscale: #686868. Windows color (decimal): -12165125 or 16473926. OLE color: 16473926.
HSL color Cylindrical-coordinate representation of color #465FFB: hue angle of 231.71º 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 #465FFB is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 95 | 251 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.02 |
| HSL | 231.71º | 0.96% | 0.63% | - |
| HSV(B) | 231.71º | 0.72% | 0.98% | - |
| XYZ | 24.03 | 16.45 | 93.18 | - |
| YUV | 105.31 | 210.22 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 251 | 0.72 | 0.62 | 0 | 0.02 | 231.71 | 0.96 | 0.63 |
| Hex | 46 | 5F | FB | 48 | 3E | 0 | 2 | E8 | 60 | 3F |
| Octal | 106 | 137 | 373 | 110 | 76 | 0 | 2 | 350 | 140 | 77 |
| Binary | 1000110 | 1011111 | 11111011 | 1001000 | 111110 | 0 | 10 | 11101000 | 1100000 | 111111 |
Color Harmonies of #465FFB
Complementary color
Monochromatic Colors of #465FFB
Black with #465FFB
Text Example
Text Example
White with #465FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FFB; }
p { color: rgb(70,95,251); }
H1.HeaderClassName
{
color: #465FFB;
}
.AnyTagClassName
{
color: #465FFB;
}
</style>
background-color css
<style>
a { background-color: #465FFB; }
a { background-color: rgb(70,95,251); }
div.DivClassName
{
background-color: #465FFB;
}
.BgClassName
{
background-color: #465FFB;
}
</style>
border-color css
<style>
span { border-color: #465FFB; }
span { border-color: rgb(70,95,251); }
td.TdClassName
{
border-color: #465FFB;
}
.TagClassName
{
border-color: #465FFB;
}
</style>