Shades of Neon Blue #464EFE
Tints of Neon Blue #464EFE
RGB
CMYK
RGB Variations
Color information
#464EFE (or 0x464EFE) is known color: Neon Blue. HEX triplet: 46, 4E and FE. RGB value is (70,78,254). Sum of RGB (Red+Green+Blue) = 70+78+254=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #464EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464EFE is #B9B101. Grayscale: #5E5E5E. Windows color (decimal): -12169474 or 16666182. OLE color: 16666182.
HSL color Cylindrical-coordinate representation of color #464EFE: hue angle of 237.39º 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 #464EFE is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 78 | 254 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.00 |
| HSL | 237.39º | 0.99% | 0.64% | - |
| HSV(B) | 237.39º | 0.72% | 1% | - |
| XYZ | 23.14 | 13.91 | 95.23 | - |
| YUV | 95.67 | 217.35 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 254 | 0.72 | 0.69 | 0 | 0.00 | 237.39 | 0.99 | 0.64 |
| Hex | 46 | 4E | FE | 48 | 45 | 0 | 0 | ED | 63 | 40 |
| Octal | 106 | 116 | 376 | 110 | 105 | 0 | 0 | 355 | 143 | 100 |
| Binary | 1000110 | 1001110 | 11111110 | 1001000 | 1000101 | 0 | 0 | 11101101 | 1100011 | 1000000 |
Color Harmonies of #464EFE
Complementary color
Monochromatic Colors of #464EFE
Black with #464EFE
Text Example
Text Example
White with #464EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464EFE; }
p { color: rgb(70,78,254); }
H1.HeaderClassName
{
color: #464EFE;
}
.AnyTagClassName
{
color: #464EFE;
}
</style>
background-color css
<style>
a { background-color: #464EFE; }
a { background-color: rgb(70,78,254); }
div.DivClassName
{
background-color: #464EFE;
}
.BgClassName
{
background-color: #464EFE;
}
</style>
border-color css
<style>
span { border-color: #464EFE; }
span { border-color: rgb(70,78,254); }
td.TdClassName
{
border-color: #464EFE;
}
.TagClassName
{
border-color: #464EFE;
}
</style>