Shades of Neon Blue #464FFE
Tints of Neon Blue #464FFE
RGB
CMYK
RGB Variations
Color information
#464FFE (or 0x464FFE) is known color: Neon Blue. HEX triplet: 46, 4F and FE. RGB value is (70,79,254). Sum of RGB (Red+Green+Blue) = 70+79+254=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #464FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464FFE is #B9B001. Grayscale: #5F5F5F. Windows color (decimal): -12169218 or 16666438. OLE color: 16666438.
HSL color Cylindrical-coordinate representation of color #464FFE: hue angle of 237.07º 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 #464FFE is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 79 | 254 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.00 |
| HSL | 237.07º | 0.99% | 0.64% | - |
| HSV(B) | 237.07º | 0.72% | 1% | - |
| XYZ | 23.21 | 14.05 | 95.25 | - |
| YUV | 96.26 | 217.02 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 254 | 0.72 | 0.69 | 0 | 0.00 | 237.07 | 0.99 | 0.64 |
| Hex | 46 | 4F | FE | 48 | 45 | 0 | 0 | ED | 63 | 40 |
| Octal | 106 | 117 | 376 | 110 | 105 | 0 | 0 | 355 | 143 | 100 |
| Binary | 1000110 | 1001111 | 11111110 | 1001000 | 1000101 | 0 | 0 | 11101101 | 1100011 | 1000000 |
Color Harmonies of #464FFE
Complementary color
Monochromatic Colors of #464FFE
Black with #464FFE
Text Example
Text Example
White with #464FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FFE; }
p { color: rgb(70,79,254); }
H1.HeaderClassName
{
color: #464FFE;
}
.AnyTagClassName
{
color: #464FFE;
}
</style>
background-color css
<style>
a { background-color: #464FFE; }
a { background-color: rgb(70,79,254); }
div.DivClassName
{
background-color: #464FFE;
}
.BgClassName
{
background-color: #464FFE;
}
</style>
border-color css
<style>
span { border-color: #464FFE; }
span { border-color: rgb(70,79,254); }
td.TdClassName
{
border-color: #464FFE;
}
.TagClassName
{
border-color: #464FFE;
}
</style>