Shades of Neon Blue #463AFB
Tints of Neon Blue #463AFB
RGB
CMYK
RGB Variations
Color information
#463AFB (or 0x463AFB) is known color: Neon Blue. HEX triplet: 46, 3A and FB. RGB value is (70,58,251). Sum of RGB (Red+Green+Blue) = 70+58+251=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #463AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463AFB is #B9C504. Grayscale: #525252. Windows color (decimal): -12174597 or 16464454. OLE color: 16464454.
HSL color Cylindrical-coordinate representation of color #463AFB: hue angle of 243.73º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #463AFB is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 58 | 251 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.02 |
| HSL | 243.73º | 0.96% | 0.61% | - |
| HSV(B) | 243.73º | 0.77% | 0.98% | - |
| XYZ | 21.45 | 11.29 | 92.32 | - |
| YUV | 83.59 | 222.48 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 251 | 0.72 | 0.77 | 0 | 0.02 | 243.73 | 0.96 | 0.61 |
| Hex | 46 | 3A | FB | 48 | 4D | 0 | 2 | F4 | 60 | 3D |
| Octal | 106 | 72 | 373 | 110 | 115 | 0 | 2 | 364 | 140 | 75 |
| Binary | 1000110 | 111010 | 11111011 | 1001000 | 1001101 | 0 | 10 | 11110100 | 1100000 | 111101 |
Color Harmonies of #463AFB
Complementary color
Monochromatic Colors of #463AFB
Black with #463AFB
Text Example
Text Example
White with #463AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463AFB; }
p { color: rgb(70,58,251); }
H1.HeaderClassName
{
color: #463AFB;
}
.AnyTagClassName
{
color: #463AFB;
}
</style>
background-color css
<style>
a { background-color: #463AFB; }
a { background-color: rgb(70,58,251); }
div.DivClassName
{
background-color: #463AFB;
}
.BgClassName
{
background-color: #463AFB;
}
</style>
border-color css
<style>
span { border-color: #463AFB; }
span { border-color: rgb(70,58,251); }
td.TdClassName
{
border-color: #463AFB;
}
.TagClassName
{
border-color: #463AFB;
}
</style>