Shades of Neon Blue #463EE4
Tints of Neon Blue #463EE4
RGB
CMYK
RGB Variations
Color information
#463EE4 (or 0x463EE4) is known color: Neon Blue. HEX triplet: 46, 3E and E4. RGB value is (70,62,228). Sum of RGB (Red+Green+Blue) = 70+62+228=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 228 (89.45% from 255 or 63.33% from 360); Max value from RGB is 228 - color contains mainly: blue. Hex color #463EE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463EE4 is #B9C11B. Grayscale: #525252. Windows color (decimal): -12173596 or 14958150. OLE color: 14958150.
HSL color Cylindrical-coordinate representation of color #463EE4: hue angle of 242.89º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463EE4 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 62 | 228 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.11 |
| HSL | 242.89º | 0.75% | 0.57% | - |
| HSV(B) | 242.89º | 0.73% | 0.89% | - |
| XYZ | 18.25 | 10.35 | 74.43 | - |
| YUV | 83.32 | 209.65 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 228 | 0.69 | 0.73 | 0 | 0.11 | 242.89 | 0.75 | 0.57 |
| Hex | 46 | 3E | E4 | 45 | 49 | 0 | B | F3 | 4B | 39 |
| Octal | 106 | 76 | 344 | 105 | 111 | 0 | 13 | 363 | 113 | 71 |
| Binary | 1000110 | 111110 | 11100100 | 1000101 | 1001001 | 0 | 1011 | 11110011 | 1001011 | 111001 |
Color Harmonies of #463EE4
Complementary color
Monochromatic Colors of #463EE4
Black with #463EE4
Text Example
Text Example
White with #463EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463EE4; }
p { color: rgb(70,62,228); }
H1.HeaderClassName
{
color: #463EE4;
}
.AnyTagClassName
{
color: #463EE4;
}
</style>
background-color css
<style>
a { background-color: #463EE4; }
a { background-color: rgb(70,62,228); }
div.DivClassName
{
background-color: #463EE4;
}
.BgClassName
{
background-color: #463EE4;
}
</style>
border-color css
<style>
span { border-color: #463EE4; }
span { border-color: rgb(70,62,228); }
td.TdClassName
{
border-color: #463EE4;
}
.TagClassName
{
border-color: #463EE4;
}
</style>