Shades of Neon Blue #4963FE
Tints of Neon Blue #4963FE
RGB
CMYK
RGB Variations
Color information
#4963FE (or 0x4963FE) is known color: Neon Blue. HEX triplet: 49, 63 and FE. RGB value is (73,99,254). Sum of RGB (Red+Green+Blue) = 73+99+254=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #4963FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4963FE is #B69C01. Grayscale: #6C6C6C. Windows color (decimal): -11967490 or 16671561. OLE color: 16671561.
HSL color Cylindrical-coordinate representation of color #4963FE: hue angle of 231.38º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4963FE is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 99 | 254 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.00 |
| HSL | 231.38º | 0.99% | 0.64% | - |
| HSV(B) | 231.38º | 0.71% | 1% | - |
| XYZ | 25.1 | 17.5 | 95.82 | - |
| YUV | 108.9 | 209.89 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 254 | 0.71 | 0.61 | 0 | 0.00 | 231.38 | 0.99 | 0.64 |
| Hex | 49 | 63 | FE | 47 | 3D | 0 | 0 | E7 | 63 | 40 |
| Octal | 111 | 143 | 376 | 107 | 75 | 0 | 0 | 347 | 143 | 100 |
| Binary | 1001001 | 1100011 | 11111110 | 1000111 | 111101 | 0 | 0 | 11100111 | 1100011 | 1000000 |
Color Harmonies of #4963FE
Complementary color
Monochromatic Colors of #4963FE
Black with #4963FE
Text Example
Text Example
White with #4963FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963FE; }
p { color: rgb(73,99,254); }
H1.HeaderClassName
{
color: #4963FE;
}
.AnyTagClassName
{
color: #4963FE;
}
</style>
background-color css
<style>
a { background-color: #4963FE; }
a { background-color: rgb(73,99,254); }
div.DivClassName
{
background-color: #4963FE;
}
.BgClassName
{
background-color: #4963FE;
}
</style>
border-color css
<style>
span { border-color: #4963FE; }
span { border-color: rgb(73,99,254); }
td.TdClassName
{
border-color: #4963FE;
}
.TagClassName
{
border-color: #4963FE;
}
</style>