Shades of Neon Blue #465FFE
Tints of Neon Blue #465FFE
RGB
CMYK
RGB Variations
Color information
#465FFE (or 0x465FFE) is known color: Neon Blue. HEX triplet: 46, 5F and FE. RGB value is (70,95,254). Sum of RGB (Red+Green+Blue) = 70+95+254=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #465FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465FFE is #B9A001. Grayscale: #686868. Windows color (decimal): -12165122 or 16670534. OLE color: 16670534.
HSL color Cylindrical-coordinate representation of color #465FFE: hue angle of 231.85º 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 #465FFE is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 95 | 254 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.00 |
| HSL | 231.85º | 0.99% | 0.64% | - |
| HSV(B) | 231.85º | 0.72% | 1% | - |
| XYZ | 24.51 | 16.64 | 95.69 | - |
| YUV | 105.65 | 211.72 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 254 | 0.72 | 0.63 | 0 | 0.00 | 231.85 | 0.99 | 0.64 |
| Hex | 46 | 5F | FE | 48 | 3F | 0 | 0 | E8 | 63 | 40 |
| Octal | 106 | 137 | 376 | 110 | 77 | 0 | 0 | 350 | 143 | 100 |
| Binary | 1000110 | 1011111 | 11111110 | 1001000 | 111111 | 0 | 0 | 11101000 | 1100011 | 1000000 |
Color Harmonies of #465FFE
Complementary color
Monochromatic Colors of #465FFE
Black with #465FFE
Text Example
Text Example
White with #465FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FFE; }
p { color: rgb(70,95,254); }
H1.HeaderClassName
{
color: #465FFE;
}
.AnyTagClassName
{
color: #465FFE;
}
</style>
background-color css
<style>
a { background-color: #465FFE; }
a { background-color: rgb(70,95,254); }
div.DivClassName
{
background-color: #465FFE;
}
.BgClassName
{
background-color: #465FFE;
}
</style>
border-color css
<style>
span { border-color: #465FFE; }
span { border-color: rgb(70,95,254); }
td.TdClassName
{
border-color: #465FFE;
}
.TagClassName
{
border-color: #465FFE;
}
</style>