Shades of Neon Blue #463EEB
Tints of Neon Blue #463EEB
RGB
CMYK
RGB Variations
Color information
#463EEB (or 0x463EEB) is known color: Neon Blue. HEX triplet: 46, 3E and EB. RGB value is (70,62,235). Sum of RGB (Red+Green+Blue) = 70+62+235=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #463EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463EEB is #B9C114. Grayscale: #535353. Windows color (decimal): -12173589 or 15416902. OLE color: 15416902.
HSL color Cylindrical-coordinate representation of color #463EEB: hue angle of 242.77º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #463EEB is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 62 | 235 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.08 |
| HSL | 242.77º | 0.81% | 0.58% | - |
| HSV(B) | 242.77º | 0.74% | 0.92% | - |
| XYZ | 19.24 | 10.75 | 79.66 | - |
| YUV | 84.11 | 213.15 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 62 | 235 | 0.70 | 0.74 | 0 | 0.08 | 242.77 | 0.81 | 0.58 |
| Hex | 46 | 3E | EB | 46 | 4A | 0 | 8 | F3 | 51 | 3A |
| Octal | 106 | 76 | 353 | 106 | 112 | 0 | 10 | 363 | 121 | 72 |
| Binary | 1000110 | 111110 | 11101011 | 1000110 | 1001010 | 0 | 1000 | 11110011 | 1010001 | 111010 |
Color Harmonies of #463EEB
Complementary color
Monochromatic Colors of #463EEB
Black with #463EEB
Text Example
Text Example
White with #463EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463EEB; }
p { color: rgb(70,62,235); }
H1.HeaderClassName
{
color: #463EEB;
}
.AnyTagClassName
{
color: #463EEB;
}
</style>
background-color css
<style>
a { background-color: #463EEB; }
a { background-color: rgb(70,62,235); }
div.DivClassName
{
background-color: #463EEB;
}
.BgClassName
{
background-color: #463EEB;
}
</style>
border-color css
<style>
span { border-color: #463EEB; }
span { border-color: rgb(70,62,235); }
td.TdClassName
{
border-color: #463EEB;
}
.TagClassName
{
border-color: #463EEB;
}
</style>