Shades of Neon Blue #464AFE
Tints of Neon Blue #464AFE
RGB
CMYK
RGB Variations
Color information
#464AFE (or 0x464AFE) is known color: Neon Blue. HEX triplet: 46, 4A and FE. RGB value is (70,74,254). Sum of RGB (Red+Green+Blue) = 70+74+254=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #464AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464AFE is #B9B501. Grayscale: #5C5C5C. Windows color (decimal): -12170498 or 16665158. OLE color: 16665158.
HSL color Cylindrical-coordinate representation of color #464AFE: hue angle of 238.7º 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 #464AFE is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 74 | 254 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.00 |
| HSL | 238.7º | 0.99% | 0.64% | - |
| HSV(B) | 238.7º | 0.72% | 1% | - |
| XYZ | 22.86 | 13.36 | 95.14 | - |
| YUV | 93.32 | 218.67 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 254 | 0.72 | 0.71 | 0 | 0.00 | 238.7 | 0.99 | 0.64 |
| Hex | 46 | 4A | FE | 48 | 47 | 0 | 0 | EF | 63 | 40 |
| Octal | 106 | 112 | 376 | 110 | 107 | 0 | 0 | 357 | 143 | 100 |
| Binary | 1000110 | 1001010 | 11111110 | 1001000 | 1000111 | 0 | 0 | 11101111 | 1100011 | 1000000 |
Color Harmonies of #464AFE
Complementary color
Monochromatic Colors of #464AFE
Black with #464AFE
Text Example
Text Example
White with #464AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464AFE; }
p { color: rgb(70,74,254); }
H1.HeaderClassName
{
color: #464AFE;
}
.AnyTagClassName
{
color: #464AFE;
}
</style>
background-color css
<style>
a { background-color: #464AFE; }
a { background-color: rgb(70,74,254); }
div.DivClassName
{
background-color: #464AFE;
}
.BgClassName
{
background-color: #464AFE;
}
</style>
border-color css
<style>
span { border-color: #464AFE; }
span { border-color: rgb(70,74,254); }
td.TdClassName
{
border-color: #464AFE;
}
.TagClassName
{
border-color: #464AFE;
}
</style>