Shades of Neon Blue #464BEA
Tints of Neon Blue #464BEA
RGB
CMYK
RGB Variations
Color information
#464BEA (or 0x464BEA) is known color: Neon Blue. HEX triplet: 46, 4B and EA. RGB value is (70,75,234). Sum of RGB (Red+Green+Blue) = 70+75+234=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #464BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BEA is #B9B415. Grayscale: #5A5A5A. Windows color (decimal): -12170262 or 15354694. OLE color: 15354694.
HSL color Cylindrical-coordinate representation of color #464BEA: hue angle of 238.17º 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 #464BEA is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 75 | 234 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.08 |
| HSL | 238.17º | 0.8% | 0.6% | - |
| HSV(B) | 238.17º | 0.7% | 0.92% | - |
| XYZ | 19.89 | 12.27 | 79.16 | - |
| YUV | 91.63 | 208.34 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 234 | 0.70 | 0.68 | 0 | 0.08 | 238.17 | 0.8 | 0.6 |
| Hex | 46 | 4B | EA | 46 | 44 | 0 | 8 | EE | 50 | 3C |
| Octal | 106 | 113 | 352 | 106 | 104 | 0 | 10 | 356 | 120 | 74 |
| Binary | 1000110 | 1001011 | 11101010 | 1000110 | 1000100 | 0 | 1000 | 11101110 | 1010000 | 111100 |
Color Harmonies of #464BEA
Complementary color
Monochromatic Colors of #464BEA
Black with #464BEA
Text Example
Text Example
White with #464BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BEA; }
p { color: rgb(70,75,234); }
H1.HeaderClassName
{
color: #464BEA;
}
.AnyTagClassName
{
color: #464BEA;
}
</style>
background-color css
<style>
a { background-color: #464BEA; }
a { background-color: rgb(70,75,234); }
div.DivClassName
{
background-color: #464BEA;
}
.BgClassName
{
background-color: #464BEA;
}
</style>
border-color css
<style>
span { border-color: #464BEA; }
span { border-color: rgb(70,75,234); }
td.TdClassName
{
border-color: #464BEA;
}
.TagClassName
{
border-color: #464BEA;
}
</style>