Shades of Neon Blue #463CFA
Tints of Neon Blue #463CFA
RGB
CMYK
RGB Variations
Color information
#463CFA (or 0x463CFA) is known color: Neon Blue. HEX triplet: 46, 3C and FA. RGB value is (70,60,250). Sum of RGB (Red+Green+Blue) = 70+60+250=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #463CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463CFA is #B9C305. Grayscale: #535353. Windows color (decimal): -12174086 or 16399430. OLE color: 16399430.
HSL color Cylindrical-coordinate representation of color #463CFA: hue angle of 243.16º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #463CFA is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 60 | 250 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.02 |
| HSL | 243.16º | 0.95% | 0.61% | - |
| HSV(B) | 243.16º | 0.76% | 0.98% | - |
| XYZ | 21.4 | 11.44 | 91.52 | - |
| YUV | 84.65 | 221.31 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 250 | 0.72 | 0.76 | 0 | 0.02 | 243.16 | 0.95 | 0.61 |
| Hex | 46 | 3C | FA | 48 | 4C | 0 | 2 | F3 | 5F | 3D |
| Octal | 106 | 74 | 372 | 110 | 114 | 0 | 2 | 363 | 137 | 75 |
| Binary | 1000110 | 111100 | 11111010 | 1001000 | 1001100 | 0 | 10 | 11110011 | 1011111 | 111101 |
Color Harmonies of #463CFA
Complementary color
Monochromatic Colors of #463CFA
Black with #463CFA
Text Example
Text Example
White with #463CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463CFA; }
p { color: rgb(70,60,250); }
H1.HeaderClassName
{
color: #463CFA;
}
.AnyTagClassName
{
color: #463CFA;
}
</style>
background-color css
<style>
a { background-color: #463CFA; }
a { background-color: rgb(70,60,250); }
div.DivClassName
{
background-color: #463CFA;
}
.BgClassName
{
background-color: #463CFA;
}
</style>
border-color css
<style>
span { border-color: #463CFA; }
span { border-color: rgb(70,60,250); }
td.TdClassName
{
border-color: #463CFA;
}
.TagClassName
{
border-color: #463CFA;
}
</style>