Shades of Neon Blue #463AFC
Tints of Neon Blue #463AFC
RGB
CMYK
RGB Variations
Color information
#463AFC (or 0x463AFC) is known color: Neon Blue. HEX triplet: 46, 3A and FC. RGB value is (70,58,252). Sum of RGB (Red+Green+Blue) = 70+58+252=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #463AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463AFC is #B9C503. Grayscale: #525252. Windows color (decimal): -12174596 or 16529990. OLE color: 16529990.
HSL color Cylindrical-coordinate representation of color #463AFC: hue angle of 243.71º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #463AFC is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 58 | 252 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.01 |
| HSL | 243.71º | 0.97% | 0.61% | - |
| HSV(B) | 243.71º | 0.77% | 0.99% | - |
| XYZ | 21.61 | 11.36 | 93.15 | - |
| YUV | 83.7 | 222.98 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 252 | 0.72 | 0.77 | 0 | 0.01 | 243.71 | 0.97 | 0.61 |
| Hex | 46 | 3A | FC | 48 | 4D | 0 | 1 | F4 | 61 | 3D |
| Octal | 106 | 72 | 374 | 110 | 115 | 0 | 1 | 364 | 141 | 75 |
| Binary | 1000110 | 111010 | 11111100 | 1001000 | 1001101 | 0 | 1 | 11110100 | 1100001 | 111101 |
Color Harmonies of #463AFC
Complementary color
Monochromatic Colors of #463AFC
Black with #463AFC
Text Example
Text Example
White with #463AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463AFC; }
p { color: rgb(70,58,252); }
H1.HeaderClassName
{
color: #463AFC;
}
.AnyTagClassName
{
color: #463AFC;
}
</style>
background-color css
<style>
a { background-color: #463AFC; }
a { background-color: rgb(70,58,252); }
div.DivClassName
{
background-color: #463AFC;
}
.BgClassName
{
background-color: #463AFC;
}
</style>
border-color css
<style>
span { border-color: #463AFC; }
span { border-color: rgb(70,58,252); }
td.TdClassName
{
border-color: #463AFC;
}
.TagClassName
{
border-color: #463AFC;
}
</style>