Shades of Neon Blue #464AE6
Tints of Neon Blue #464AE6
RGB
CMYK
RGB Variations
Color information
#464AE6 (or 0x464AE6) is known color: Neon Blue. HEX triplet: 46, 4A and E6. RGB value is (70,74,230). Sum of RGB (Red+Green+Blue) = 70+74+230=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 230 (90.23% from 255 or 61.50% from 374); Max value from RGB is 230 - color contains mainly: blue. Hex color #464AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464AE6 is #B9B519. Grayscale: #595959. Windows color (decimal): -12170522 or 15092294. OLE color: 15092294.
HSL color Cylindrical-coordinate representation of color #464AE6: hue angle of 238.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464AE6 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 74 | 230 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.10 |
| HSL | 238.5º | 0.76% | 0.59% | - |
| HSV(B) | 238.5º | 0.7% | 0.9% | - |
| XYZ | 19.26 | 11.91 | 76.15 | - |
| YUV | 90.59 | 206.67 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 230 | 0.70 | 0.68 | 0 | 0.10 | 238.5 | 0.76 | 0.59 |
| Hex | 46 | 4A | E6 | 46 | 44 | 0 | A | EE | 4C | 3B |
| Octal | 106 | 112 | 346 | 106 | 104 | 0 | 12 | 356 | 114 | 73 |
| Binary | 1000110 | 1001010 | 11100110 | 1000110 | 1000100 | 0 | 1010 | 11101110 | 1001100 | 111011 |
Color Harmonies of #464AE6
Complementary color
Monochromatic Colors of #464AE6
Black with #464AE6
Text Example
Text Example
White with #464AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464AE6; }
p { color: rgb(70,74,230); }
H1.HeaderClassName
{
color: #464AE6;
}
.AnyTagClassName
{
color: #464AE6;
}
</style>
background-color css
<style>
a { background-color: #464AE6; }
a { background-color: rgb(70,74,230); }
div.DivClassName
{
background-color: #464AE6;
}
.BgClassName
{
background-color: #464AE6;
}
</style>
border-color css
<style>
span { border-color: #464AE6; }
span { border-color: rgb(70,74,230); }
td.TdClassName
{
border-color: #464AE6;
}
.TagClassName
{
border-color: #464AE6;
}
</style>