Shades of Neon Blue #463AFE
Tints of Neon Blue #463AFE
RGB
CMYK
RGB Variations
Color information
#463AFE (or 0x463AFE) is known color: Neon Blue. HEX triplet: 46, 3A and FE. RGB value is (70,58,254). Sum of RGB (Red+Green+Blue) = 70+58+254=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #463AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463AFE is #B9C501. Grayscale: #535353. Windows color (decimal): -12174594 or 16661062. OLE color: 16661062.
HSL color Cylindrical-coordinate representation of color #463AFE: hue angle of 243.67º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #463AFE is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 58 | 254 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.00 |
| HSL | 243.67º | 0.99% | 0.61% | - |
| HSV(B) | 243.67º | 0.77% | 1% | - |
| XYZ | 21.93 | 11.48 | 94.83 | - |
| YUV | 83.93 | 223.98 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 254 | 0.72 | 0.77 | 0 | 0.00 | 243.67 | 0.99 | 0.61 |
| Hex | 46 | 3A | FE | 48 | 4D | 0 | 0 | F4 | 63 | 3D |
| Octal | 106 | 72 | 376 | 110 | 115 | 0 | 0 | 364 | 143 | 75 |
| Binary | 1000110 | 111010 | 11111110 | 1001000 | 1001101 | 0 | 0 | 11110100 | 1100011 | 111101 |
Color Harmonies of #463AFE
Complementary color
Monochromatic Colors of #463AFE
Black with #463AFE
Text Example
Text Example
White with #463AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463AFE; }
p { color: rgb(70,58,254); }
H1.HeaderClassName
{
color: #463AFE;
}
.AnyTagClassName
{
color: #463AFE;
}
</style>
background-color css
<style>
a { background-color: #463AFE; }
a { background-color: rgb(70,58,254); }
div.DivClassName
{
background-color: #463AFE;
}
.BgClassName
{
background-color: #463AFE;
}
</style>
border-color css
<style>
span { border-color: #463AFE; }
span { border-color: rgb(70,58,254); }
td.TdClassName
{
border-color: #463AFE;
}
.TagClassName
{
border-color: #463AFE;
}
</style>