Shades of Neon Blue #463DF8
Tints of Neon Blue #463DF8
RGB
CMYK
RGB Variations
Color information
#463DF8 (or 0x463DF8) is known color: Neon Blue. HEX triplet: 46, 3D and F8. RGB value is (70,61,248). Sum of RGB (Red+Green+Blue) = 70+61+248=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #463DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463DF8 is #B9C207. Grayscale: #545454. Windows color (decimal): -12173832 or 16268614. OLE color: 16268614.
HSL color Cylindrical-coordinate representation of color #463DF8: hue angle of 242.89º 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 #463DF8 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 61 | 248 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.03 |
| HSL | 242.89º | 0.93% | 0.61% | - |
| HSV(B) | 242.89º | 0.75% | 0.97% | - |
| XYZ | 21.14 | 11.42 | 89.9 | - |
| YUV | 85.01 | 219.98 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 248 | 0.72 | 0.75 | 0 | 0.03 | 242.89 | 0.93 | 0.61 |
| Hex | 46 | 3D | F8 | 48 | 4B | 0 | 3 | F3 | 5D | 3D |
| Octal | 106 | 75 | 370 | 110 | 113 | 0 | 3 | 363 | 135 | 75 |
| Binary | 1000110 | 111101 | 11111000 | 1001000 | 1001011 | 0 | 11 | 11110011 | 1011101 | 111101 |
Color Harmonies of #463DF8
Complementary color
Monochromatic Colors of #463DF8
Black with #463DF8
Text Example
Text Example
White with #463DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DF8; }
p { color: rgb(70,61,248); }
H1.HeaderClassName
{
color: #463DF8;
}
.AnyTagClassName
{
color: #463DF8;
}
</style>
background-color css
<style>
a { background-color: #463DF8; }
a { background-color: rgb(70,61,248); }
div.DivClassName
{
background-color: #463DF8;
}
.BgClassName
{
background-color: #463DF8;
}
</style>
border-color css
<style>
span { border-color: #463DF8; }
span { border-color: rgb(70,61,248); }
td.TdClassName
{
border-color: #463DF8;
}
.TagClassName
{
border-color: #463DF8;
}
</style>