Shades of Neon Blue #4A63FA
Tints of Neon Blue #4A63FA
RGB
CMYK
RGB Variations
Color information
#4A63FA (or 0x4A63FA) is known color: Neon Blue. HEX triplet: 4A, 63 and FA. RGB value is (74,99,250). Sum of RGB (Red+Green+Blue) = 74+99+250=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A63FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A63FA is #B59C05. Grayscale: #6C6C6C. Windows color (decimal): -11901958 or 16409418. OLE color: 16409418.
HSL color Cylindrical-coordinate representation of color #4A63FA: hue angle of 231.48º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A63FA is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 99 | 250 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.02 |
| HSL | 231.48º | 0.95% | 0.64% | - |
| HSV(B) | 231.48º | 0.7% | 0.98% | - |
| XYZ | 24.54 | 17.28 | 92.48 | - |
| YUV | 108.74 | 207.72 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 250 | 0.70 | 0.60 | 0 | 0.02 | 231.48 | 0.95 | 0.64 |
| Hex | 4A | 63 | FA | 46 | 3C | 0 | 2 | E7 | 5F | 40 |
| Octal | 112 | 143 | 372 | 106 | 74 | 0 | 2 | 347 | 137 | 100 |
| Binary | 1001010 | 1100011 | 11111010 | 1000110 | 111100 | 0 | 10 | 11100111 | 1011111 | 1000000 |
Color Harmonies of #4A63FA
Complementary color
Monochromatic Colors of #4A63FA
Black with #4A63FA
Text Example
Text Example
White with #4A63FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A63FA; }
p { color: rgb(74,99,250); }
H1.HeaderClassName
{
color: #4A63FA;
}
.AnyTagClassName
{
color: #4A63FA;
}
</style>
background-color css
<style>
a { background-color: #4A63FA; }
a { background-color: rgb(74,99,250); }
div.DivClassName
{
background-color: #4A63FA;
}
.BgClassName
{
background-color: #4A63FA;
}
</style>
border-color css
<style>
span { border-color: #4A63FA; }
span { border-color: rgb(74,99,250); }
td.TdClassName
{
border-color: #4A63FA;
}
.TagClassName
{
border-color: #4A63FA;
}
</style>