Shades of Neon Blue #463AFF
Tints of Neon Blue #463AFF
RGB
CMYK
RGB Variations
Color information
#463AFF (or 0x463AFF) is known color: Neon Blue. HEX triplet: 46, 3A and FF. RGB value is (70,58,255). Sum of RGB (Red+Green+Blue) = 70+58+255=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #463AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463AFF is #B9C500. Grayscale: #535353. Windows color (decimal): -12174593 or 16726598. OLE color: 16726598.
HSL color Cylindrical-coordinate representation of color #463AFF: hue angle of 243.65º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #463AFF is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 58 | 255 | - |
| CMYK | 0.73 | 0.77 | 0 | 0 |
| HSL | 243.65º | 1% | 0.61% | - |
| HSV(B) | 243.65º | 0.77% | 1% | - |
| XYZ | 22.09 | 11.55 | 95.67 | - |
| YUV | 84.05 | 224.48 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 255 | 0.73 | 0.77 | 0 | 0 | 243.65 | 1 | 0.61 |
| Hex | 46 | 3A | FF | 49 | 4D | 0 | 0 | F4 | 64 | 3D |
| Octal | 106 | 72 | 377 | 111 | 115 | 0 | 0 | 364 | 144 | 75 |
| Binary | 1000110 | 111010 | 11111111 | 1001001 | 1001101 | 0 | 0 | 11110100 | 1100100 | 111101 |
Color Harmonies of #463AFF
Complementary color
Monochromatic Colors of #463AFF
Black with #463AFF
Text Example
Text Example
White with #463AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463AFF; }
p { color: rgb(70,58,255); }
H1.HeaderClassName
{
color: #463AFF;
}
.AnyTagClassName
{
color: #463AFF;
}
</style>
background-color css
<style>
a { background-color: #463AFF; }
a { background-color: rgb(70,58,255); }
div.DivClassName
{
background-color: #463AFF;
}
.BgClassName
{
background-color: #463AFF;
}
</style>
border-color css
<style>
span { border-color: #463AFF; }
span { border-color: rgb(70,58,255); }
td.TdClassName
{
border-color: #463AFF;
}
.TagClassName
{
border-color: #463AFF;
}
</style>