Shades of Neon Blue #463EEC
Tints of Neon Blue #463EEC
RGB
CMYK
RGB Variations
Color information
#463EEC (or 0x463EEC) is known color: Neon Blue. HEX triplet: 46, 3E and EC. RGB value is (70,62,236). Sum of RGB (Red+Green+Blue) = 70+62+236=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #463EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463EEC is #B9C113. Grayscale: #535353. Windows color (decimal): -12173588 or 15482438. OLE color: 15482438.
HSL color Cylindrical-coordinate representation of color #463EEC: hue angle of 242.76º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #463EEC is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 62 | 236 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.07 |
| HSL | 242.76º | 0.82% | 0.58% | - |
| HSV(B) | 242.76º | 0.74% | 0.93% | - |
| XYZ | 19.39 | 10.8 | 80.42 | - |
| YUV | 84.23 | 213.65 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 236 | 0.70 | 0.74 | 0 | 0.07 | 242.76 | 0.82 | 0.58 |
| Hex | 46 | 3E | EC | 46 | 4A | 0 | 7 | F3 | 52 | 3A |
| Octal | 106 | 76 | 354 | 106 | 112 | 0 | 7 | 363 | 122 | 72 |
| Binary | 1000110 | 111110 | 11101100 | 1000110 | 1001010 | 0 | 111 | 11110011 | 1010010 | 111010 |
Color Harmonies of #463EEC
Complementary color
Monochromatic Colors of #463EEC
Black with #463EEC
Text Example
Text Example
White with #463EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463EEC; }
p { color: rgb(70,62,236); }
H1.HeaderClassName
{
color: #463EEC;
}
.AnyTagClassName
{
color: #463EEC;
}
</style>
background-color css
<style>
a { background-color: #463EEC; }
a { background-color: rgb(70,62,236); }
div.DivClassName
{
background-color: #463EEC;
}
.BgClassName
{
background-color: #463EEC;
}
</style>
border-color css
<style>
span { border-color: #463EEC; }
span { border-color: rgb(70,62,236); }
td.TdClassName
{
border-color: #463EEC;
}
.TagClassName
{
border-color: #463EEC;
}
</style>