Shades of Neon Blue #464CEA
Tints of Neon Blue #464CEA
RGB
CMYK
RGB Variations
Color information
#464CEA (or 0x464CEA) is known color: Neon Blue. HEX triplet: 46, 4C and EA. RGB value is (70,76,234). Sum of RGB (Red+Green+Blue) = 70+76+234=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #464CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464CEA is #B9B315. Grayscale: #5B5B5B. Windows color (decimal): -12170006 or 15354950. OLE color: 15354950.
HSL color Cylindrical-coordinate representation of color #464CEA: hue angle of 237.8º 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 #464CEA is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 76 | 234 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.08 |
| HSL | 237.8º | 0.8% | 0.6% | - |
| HSV(B) | 237.8º | 0.7% | 0.92% | - |
| XYZ | 19.96 | 12.41 | 79.19 | - |
| YUV | 92.22 | 208.01 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 234 | 0.70 | 0.68 | 0 | 0.08 | 237.8 | 0.8 | 0.6 |
| Hex | 46 | 4C | EA | 46 | 44 | 0 | 8 | EE | 50 | 3C |
| Octal | 106 | 114 | 352 | 106 | 104 | 0 | 10 | 356 | 120 | 74 |
| Binary | 1000110 | 1001100 | 11101010 | 1000110 | 1000100 | 0 | 1000 | 11101110 | 1010000 | 111100 |
Color Harmonies of #464CEA
Complementary color
Monochromatic Colors of #464CEA
Black with #464CEA
Text Example
Text Example
White with #464CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CEA; }
p { color: rgb(70,76,234); }
H1.HeaderClassName
{
color: #464CEA;
}
.AnyTagClassName
{
color: #464CEA;
}
</style>
background-color css
<style>
a { background-color: #464CEA; }
a { background-color: rgb(70,76,234); }
div.DivClassName
{
background-color: #464CEA;
}
.BgClassName
{
background-color: #464CEA;
}
</style>
border-color css
<style>
span { border-color: #464CEA; }
span { border-color: rgb(70,76,234); }
td.TdClassName
{
border-color: #464CEA;
}
.TagClassName
{
border-color: #464CEA;
}
</style>