Shades of Neon Blue #463CEB
Tints of Neon Blue #463CEB
RGB
CMYK
RGB Variations
Color information
#463CEB (or 0x463CEB) is known color: Neon Blue. HEX triplet: 46, 3C and EB. RGB value is (70,60,235). Sum of RGB (Red+Green+Blue) = 70+60+235=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #463CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463CEB is #B9C314. Grayscale: #525252. Windows color (decimal): -12174101 or 15416390. OLE color: 15416390.
HSL color Cylindrical-coordinate representation of color #463CEB: hue angle of 243.43º 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 #463CEB is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 60 | 235 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.08 |
| HSL | 243.43º | 0.81% | 0.58% | - |
| HSV(B) | 243.43º | 0.74% | 0.92% | - |
| XYZ | 19.14 | 10.53 | 79.62 | - |
| YUV | 82.94 | 213.81 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 235 | 0.70 | 0.74 | 0 | 0.08 | 243.43 | 0.81 | 0.58 |
| Hex | 46 | 3C | EB | 46 | 4A | 0 | 8 | F3 | 51 | 3A |
| Octal | 106 | 74 | 353 | 106 | 112 | 0 | 10 | 363 | 121 | 72 |
| Binary | 1000110 | 111100 | 11101011 | 1000110 | 1001010 | 0 | 1000 | 11110011 | 1010001 | 111010 |
Color Harmonies of #463CEB
Complementary color
Monochromatic Colors of #463CEB
Black with #463CEB
Text Example
Text Example
White with #463CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463CEB; }
p { color: rgb(70,60,235); }
H1.HeaderClassName
{
color: #463CEB;
}
.AnyTagClassName
{
color: #463CEB;
}
</style>
background-color css
<style>
a { background-color: #463CEB; }
a { background-color: rgb(70,60,235); }
div.DivClassName
{
background-color: #463CEB;
}
.BgClassName
{
background-color: #463CEB;
}
</style>
border-color css
<style>
span { border-color: #463CEB; }
span { border-color: rgb(70,60,235); }
td.TdClassName
{
border-color: #463CEB;
}
.TagClassName
{
border-color: #463CEB;
}
</style>