Shades of Neon Blue #463CEC
Tints of Neon Blue #463CEC
RGB
CMYK
RGB Variations
Color information
#463CEC (or 0x463CEC) is known color: Neon Blue. HEX triplet: 46, 3C and EC. RGB value is (70,60,236). Sum of RGB (Red+Green+Blue) = 70+60+236=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #463CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463CEC is #B9C313. Grayscale: #525252. Windows color (decimal): -12174100 or 15481926. OLE color: 15481926.
HSL color Cylindrical-coordinate representation of color #463CEC: hue angle of 243.41º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #463CEC is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 60 | 236 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.07 |
| HSL | 243.41º | 0.82% | 0.58% | - |
| HSV(B) | 243.41º | 0.75% | 0.93% | - |
| XYZ | 19.28 | 10.59 | 80.38 | - |
| YUV | 83.05 | 214.31 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 236 | 0.70 | 0.75 | 0 | 0.07 | 243.41 | 0.82 | 0.58 |
| Hex | 46 | 3C | EC | 46 | 4B | 0 | 7 | F3 | 52 | 3A |
| Octal | 106 | 74 | 354 | 106 | 113 | 0 | 7 | 363 | 122 | 72 |
| Binary | 1000110 | 111100 | 11101100 | 1000110 | 1001011 | 0 | 111 | 11110011 | 1010010 | 111010 |
Color Harmonies of #463CEC
Complementary color
Monochromatic Colors of #463CEC
Black with #463CEC
Text Example
Text Example
White with #463CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463CEC; }
p { color: rgb(70,60,236); }
H1.HeaderClassName
{
color: #463CEC;
}
.AnyTagClassName
{
color: #463CEC;
}
</style>
background-color css
<style>
a { background-color: #463CEC; }
a { background-color: rgb(70,60,236); }
div.DivClassName
{
background-color: #463CEC;
}
.BgClassName
{
background-color: #463CEC;
}
</style>
border-color css
<style>
span { border-color: #463CEC; }
span { border-color: rgb(70,60,236); }
td.TdClassName
{
border-color: #463CEC;
}
.TagClassName
{
border-color: #463CEC;
}
</style>