Shades of Neon Blue #463FF8
Tints of Neon Blue #463FF8
RGB
CMYK
RGB Variations
Color information
#463FF8 (or 0x463FF8) is known color: Neon Blue. HEX triplet: 46, 3F and F8. RGB value is (70,63,248). Sum of RGB (Red+Green+Blue) = 70+63+248=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 248 (97.27% from 255 or 65.09% from 381); Max value from RGB is 248 - color contains mainly: blue. Hex color #463FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463FF8 is #B9C007. Grayscale: #555555. Windows color (decimal): -12173320 or 16269126. OLE color: 16269126.
HSL color Cylindrical-coordinate representation of color #463FF8: hue angle of 242.27º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #463FF8 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 63 | 248 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.03 |
| HSL | 242.27º | 0.93% | 0.61% | - |
| HSV(B) | 242.27º | 0.75% | 0.97% | - |
| XYZ | 21.25 | 11.63 | 89.93 | - |
| YUV | 86.18 | 219.32 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 248 | 0.72 | 0.75 | 0 | 0.03 | 242.27 | 0.93 | 0.61 |
| Hex | 46 | 3F | F8 | 48 | 4B | 0 | 3 | F2 | 5D | 3D |
| Octal | 106 | 77 | 370 | 110 | 113 | 0 | 3 | 362 | 135 | 75 |
| Binary | 1000110 | 111111 | 11111000 | 1001000 | 1001011 | 0 | 11 | 11110010 | 1011101 | 111101 |
Color Harmonies of #463FF8
Complementary color
Monochromatic Colors of #463FF8
Black with #463FF8
Text Example
Text Example
White with #463FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FF8; }
p { color: rgb(70,63,248); }
H1.HeaderClassName
{
color: #463FF8;
}
.AnyTagClassName
{
color: #463FF8;
}
</style>
background-color css
<style>
a { background-color: #463FF8; }
a { background-color: rgb(70,63,248); }
div.DivClassName
{
background-color: #463FF8;
}
.BgClassName
{
background-color: #463FF8;
}
</style>
border-color css
<style>
span { border-color: #463FF8; }
span { border-color: rgb(70,63,248); }
td.TdClassName
{
border-color: #463FF8;
}
.TagClassName
{
border-color: #463FF8;
}
</style>