Shades of Neon Blue #464BFE
Tints of Neon Blue #464BFE
RGB
CMYK
RGB Variations
Color information
#464BFE (or 0x464BFE) is known color: Neon Blue. HEX triplet: 46, 4B and FE. RGB value is (70,75,254). Sum of RGB (Red+Green+Blue) = 70+75+254=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #464BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BFE is #B9B401. Grayscale: #5D5D5D. Windows color (decimal): -12170242 or 16665414. OLE color: 16665414.
HSL color Cylindrical-coordinate representation of color #464BFE: hue angle of 238.37º 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 #464BFE is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 75 | 254 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.00 |
| HSL | 238.37º | 0.99% | 0.64% | - |
| HSV(B) | 238.37º | 0.72% | 1% | - |
| XYZ | 22.93 | 13.49 | 95.16 | - |
| YUV | 93.91 | 218.34 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 254 | 0.72 | 0.70 | 0 | 0.00 | 238.37 | 0.99 | 0.64 |
| Hex | 46 | 4B | FE | 48 | 46 | 0 | 0 | EE | 63 | 40 |
| Octal | 106 | 113 | 376 | 110 | 106 | 0 | 0 | 356 | 143 | 100 |
| Binary | 1000110 | 1001011 | 11111110 | 1001000 | 1000110 | 0 | 0 | 11101110 | 1100011 | 1000000 |
Color Harmonies of #464BFE
Complementary color
Monochromatic Colors of #464BFE
Black with #464BFE
Text Example
Text Example
White with #464BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BFE; }
p { color: rgb(70,75,254); }
H1.HeaderClassName
{
color: #464BFE;
}
.AnyTagClassName
{
color: #464BFE;
}
</style>
background-color css
<style>
a { background-color: #464BFE; }
a { background-color: rgb(70,75,254); }
div.DivClassName
{
background-color: #464BFE;
}
.BgClassName
{
background-color: #464BFE;
}
</style>
border-color css
<style>
span { border-color: #464BFE; }
span { border-color: rgb(70,75,254); }
td.TdClassName
{
border-color: #464BFE;
}
.TagClassName
{
border-color: #464BFE;
}
</style>