Shades of Neon Blue #463DEC
Tints of Neon Blue #463DEC
RGB
CMYK
RGB Variations
Color information
#463DEC (or 0x463DEC) is known color: Neon Blue. HEX triplet: 46, 3D and EC. RGB value is (70,61,236). Sum of RGB (Red+Green+Blue) = 70+61+236=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #463DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463DEC is #B9C213. Grayscale: #525252. Windows color (decimal): -12173844 or 15482182. OLE color: 15482182.
HSL color Cylindrical-coordinate representation of color #463DEC: hue angle of 243.09º 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 #463DEC is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 61 | 236 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.07 |
| HSL | 243.09º | 0.82% | 0.58% | - |
| HSV(B) | 243.09º | 0.74% | 0.93% | - |
| XYZ | 19.33 | 10.7 | 80.4 | - |
| YUV | 83.64 | 213.98 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 236 | 0.70 | 0.74 | 0 | 0.07 | 243.09 | 0.82 | 0.58 |
| Hex | 46 | 3D | EC | 46 | 4A | 0 | 7 | F3 | 52 | 3A |
| Octal | 106 | 75 | 354 | 106 | 112 | 0 | 7 | 363 | 122 | 72 |
| Binary | 1000110 | 111101 | 11101100 | 1000110 | 1001010 | 0 | 111 | 11110011 | 1010010 | 111010 |
Color Harmonies of #463DEC
Complementary color
Monochromatic Colors of #463DEC
Black with #463DEC
Text Example
Text Example
White with #463DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DEC; }
p { color: rgb(70,61,236); }
H1.HeaderClassName
{
color: #463DEC;
}
.AnyTagClassName
{
color: #463DEC;
}
</style>
background-color css
<style>
a { background-color: #463DEC; }
a { background-color: rgb(70,61,236); }
div.DivClassName
{
background-color: #463DEC;
}
.BgClassName
{
background-color: #463DEC;
}
</style>
border-color css
<style>
span { border-color: #463DEC; }
span { border-color: rgb(70,61,236); }
td.TdClassName
{
border-color: #463DEC;
}
.TagClassName
{
border-color: #463DEC;
}
</style>