Shades of Neon Blue #463BFE
Tints of Neon Blue #463BFE
RGB
CMYK
RGB Variations
Color information
#463BFE (or 0x463BFE) is known color: Neon Blue. HEX triplet: 46, 3B and FE. RGB value is (70,59,254). Sum of RGB (Red+Green+Blue) = 70+59+254=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #463BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463BFE is #B9C401. Grayscale: #535353. Windows color (decimal): -12174338 or 16661318. OLE color: 16661318.
HSL color Cylindrical-coordinate representation of color #463BFE: hue angle of 243.38º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #463BFE is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 59 | 254 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.00 |
| HSL | 243.38º | 0.99% | 0.61% | - |
| HSV(B) | 243.38º | 0.77% | 1% | - |
| XYZ | 21.98 | 11.59 | 94.84 | - |
| YUV | 84.52 | 223.64 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 254 | 0.72 | 0.77 | 0 | 0.00 | 243.38 | 0.99 | 0.61 |
| Hex | 46 | 3B | FE | 48 | 4D | 0 | 0 | F3 | 63 | 3D |
| Octal | 106 | 73 | 376 | 110 | 115 | 0 | 0 | 363 | 143 | 75 |
| Binary | 1000110 | 111011 | 11111110 | 1001000 | 1001101 | 0 | 0 | 11110011 | 1100011 | 111101 |
Color Harmonies of #463BFE
Complementary color
Monochromatic Colors of #463BFE
Black with #463BFE
Text Example
Text Example
White with #463BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463BFE; }
p { color: rgb(70,59,254); }
H1.HeaderClassName
{
color: #463BFE;
}
.AnyTagClassName
{
color: #463BFE;
}
</style>
background-color css
<style>
a { background-color: #463BFE; }
a { background-color: rgb(70,59,254); }
div.DivClassName
{
background-color: #463BFE;
}
.BgClassName
{
background-color: #463BFE;
}
</style>
border-color css
<style>
span { border-color: #463BFE; }
span { border-color: rgb(70,59,254); }
td.TdClassName
{
border-color: #463BFE;
}
.TagClassName
{
border-color: #463BFE;
}
</style>