Shades of Neon Blue #464AEA
Tints of Neon Blue #464AEA
RGB
CMYK
RGB Variations
Color information
#464AEA (or 0x464AEA) is known color: Neon Blue. HEX triplet: 46, 4A and EA. RGB value is (70,74,234). Sum of RGB (Red+Green+Blue) = 70+74+234=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #464AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464AEA is #B9B515. Grayscale: #5A5A5A. Windows color (decimal): -12170518 or 15354438. OLE color: 15354438.
HSL color Cylindrical-coordinate representation of color #464AEA: hue angle of 238.54º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464AEA is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 74 | 234 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.08 |
| HSL | 238.54º | 0.8% | 0.6% | - |
| HSV(B) | 238.54º | 0.7% | 0.92% | - |
| XYZ | 19.83 | 12.14 | 79.14 | - |
| YUV | 91.04 | 208.67 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 234 | 0.70 | 0.68 | 0 | 0.08 | 238.54 | 0.8 | 0.6 |
| Hex | 46 | 4A | EA | 46 | 44 | 0 | 8 | EF | 50 | 3C |
| Octal | 106 | 112 | 352 | 106 | 104 | 0 | 10 | 357 | 120 | 74 |
| Binary | 1000110 | 1001010 | 11101010 | 1000110 | 1000100 | 0 | 1000 | 11101111 | 1010000 | 111100 |
Color Harmonies of #464AEA
Complementary color
Monochromatic Colors of #464AEA
Black with #464AEA
Text Example
Text Example
White with #464AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464AEA; }
p { color: rgb(70,74,234); }
H1.HeaderClassName
{
color: #464AEA;
}
.AnyTagClassName
{
color: #464AEA;
}
</style>
background-color css
<style>
a { background-color: #464AEA; }
a { background-color: rgb(70,74,234); }
div.DivClassName
{
background-color: #464AEA;
}
.BgClassName
{
background-color: #464AEA;
}
</style>
border-color css
<style>
span { border-color: #464AEA; }
span { border-color: rgb(70,74,234); }
td.TdClassName
{
border-color: #464AEA;
}
.TagClassName
{
border-color: #464AEA;
}
</style>