Shades of Neon Blue #463AF8
Tints of Neon Blue #463AF8
RGB
CMYK
RGB Variations
Color information
#463AF8 (or 0x463AF8) is known color: Neon Blue. HEX triplet: 46, 3A and F8. RGB value is (70,58,248). Sum of RGB (Red+Green+Blue) = 70+58+248=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 248 (97.27% from 255 or 65.96% from 376); Max value from RGB is 248 - color contains mainly: blue. Hex color #463AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463AF8 is #B9C507. Grayscale: #525252. Windows color (decimal): -12174600 or 16267846. OLE color: 16267846.
HSL color Cylindrical-coordinate representation of color #463AF8: hue angle of 243.79º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #463AF8 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 58 | 248 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.03 |
| HSL | 243.79º | 0.93% | 0.6% | - |
| HSV(B) | 243.79º | 0.77% | 0.97% | - |
| XYZ | 20.98 | 11.11 | 89.84 | - |
| YUV | 83.25 | 220.98 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 248 | 0.72 | 0.77 | 0 | 0.03 | 243.79 | 0.93 | 0.6 |
| Hex | 46 | 3A | F8 | 48 | 4D | 0 | 3 | F4 | 5D | 3C |
| Octal | 106 | 72 | 370 | 110 | 115 | 0 | 3 | 364 | 135 | 74 |
| Binary | 1000110 | 111010 | 11111000 | 1001000 | 1001101 | 0 | 11 | 11110100 | 1011101 | 111100 |
Color Harmonies of #463AF8
Complementary color
Monochromatic Colors of #463AF8
Black with #463AF8
Text Example
Text Example
White with #463AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463AF8; }
p { color: rgb(70,58,248); }
H1.HeaderClassName
{
color: #463AF8;
}
.AnyTagClassName
{
color: #463AF8;
}
</style>
background-color css
<style>
a { background-color: #463AF8; }
a { background-color: rgb(70,58,248); }
div.DivClassName
{
background-color: #463AF8;
}
.BgClassName
{
background-color: #463AF8;
}
</style>
border-color css
<style>
span { border-color: #463AF8; }
span { border-color: rgb(70,58,248); }
td.TdClassName
{
border-color: #463AF8;
}
.TagClassName
{
border-color: #463AF8;
}
</style>