Shades of Neon Blue #463FF0
Tints of Neon Blue #463FF0
RGB
CMYK
RGB Variations
Color information
#463FF0 (or 0x463FF0) is known color: Neon Blue. HEX triplet: 46, 3F and F0. RGB value is (70,63,240). Sum of RGB (Red+Green+Blue) = 70+63+240=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 240 (94.14% from 255 or 64.34% from 373); Max value from RGB is 240 - color contains mainly: blue. Hex color #463FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463FF0 is #B9C00F. Grayscale: #545454. Windows color (decimal): -12173328 or 15744838. OLE color: 15744838.
HSL color Cylindrical-coordinate representation of color #463FF0: hue angle of 242.37º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #463FF0 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 63 | 240 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.06 |
| HSL | 242.37º | 0.86% | 0.59% | - |
| HSV(B) | 242.37º | 0.74% | 0.94% | - |
| XYZ | 20.03 | 11.15 | 83.53 | - |
| YUV | 85.27 | 215.32 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 240 | 0.71 | 0.74 | 0 | 0.06 | 242.37 | 0.86 | 0.59 |
| Hex | 46 | 3F | F0 | 47 | 4A | 0 | 6 | F2 | 56 | 3B |
| Octal | 106 | 77 | 360 | 107 | 112 | 0 | 6 | 362 | 126 | 73 |
| Binary | 1000110 | 111111 | 11110000 | 1000111 | 1001010 | 0 | 110 | 11110010 | 1010110 | 111011 |
Color Harmonies of #463FF0
Complementary color
Monochromatic Colors of #463FF0
Black with #463FF0
Text Example
Text Example
White with #463FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FF0; }
p { color: rgb(70,63,240); }
H1.HeaderClassName
{
color: #463FF0;
}
.AnyTagClassName
{
color: #463FF0;
}
</style>
background-color css
<style>
a { background-color: #463FF0; }
a { background-color: rgb(70,63,240); }
div.DivClassName
{
background-color: #463FF0;
}
.BgClassName
{
background-color: #463FF0;
}
</style>
border-color css
<style>
span { border-color: #463FF0; }
span { border-color: rgb(70,63,240); }
td.TdClassName
{
border-color: #463FF0;
}
.TagClassName
{
border-color: #463FF0;
}
</style>