Shades of Neon Blue #465AFE
Tints of Neon Blue #465AFE
RGB
CMYK
RGB Variations
Color information
#465AFE (or 0x465AFE) is known color: Neon Blue. HEX triplet: 46, 5A and FE. RGB value is (70,90,254). Sum of RGB (Red+Green+Blue) = 70+90+254=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #465AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465AFE is #B9A501. Grayscale: #666666. Windows color (decimal): -12166402 or 16669254. OLE color: 16669254.
HSL color Cylindrical-coordinate representation of color #465AFE: hue angle of 233.48º 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 #465AFE is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 90 | 254 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.00 |
| HSL | 233.48º | 0.99% | 0.64% | - |
| HSV(B) | 233.48º | 0.72% | 1% | - |
| XYZ | 24.07 | 15.77 | 95.54 | - |
| YUV | 102.72 | 213.37 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 254 | 0.72 | 0.65 | 0 | 0.00 | 233.48 | 0.99 | 0.64 |
| Hex | 46 | 5A | FE | 48 | 41 | 0 | 0 | E9 | 63 | 40 |
| Octal | 106 | 132 | 376 | 110 | 101 | 0 | 0 | 351 | 143 | 100 |
| Binary | 1000110 | 1011010 | 11111110 | 1001000 | 1000001 | 0 | 0 | 11101001 | 1100011 | 1000000 |
Color Harmonies of #465AFE
Complementary color
Monochromatic Colors of #465AFE
Black with #465AFE
Text Example
Text Example
White with #465AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465AFE; }
p { color: rgb(70,90,254); }
H1.HeaderClassName
{
color: #465AFE;
}
.AnyTagClassName
{
color: #465AFE;
}
</style>
background-color css
<style>
a { background-color: #465AFE; }
a { background-color: rgb(70,90,254); }
div.DivClassName
{
background-color: #465AFE;
}
.BgClassName
{
background-color: #465AFE;
}
</style>
border-color css
<style>
span { border-color: #465AFE; }
span { border-color: rgb(70,90,254); }
td.TdClassName
{
border-color: #465AFE;
}
.TagClassName
{
border-color: #465AFE;
}
</style>