Shades of Neon Blue #4963FB
Tints of Neon Blue #4963FB
RGB
CMYK
RGB Variations
Color information
#4963FB (or 0x4963FB) is known color: Neon Blue. HEX triplet: 49, 63 and FB. RGB value is (73,99,251). Sum of RGB (Red+Green+Blue) = 73+99+251=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #4963FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4963FB is #B69C04. Grayscale: #6B6B6B. Windows color (decimal): -11967493 or 16474953. OLE color: 16474953.
HSL color Cylindrical-coordinate representation of color #4963FB: hue angle of 231.24º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4963FB is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 99 | 251 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.02 |
| HSL | 231.24º | 0.96% | 0.64% | - |
| HSV(B) | 231.24º | 0.71% | 0.98% | - |
| XYZ | 24.62 | 17.31 | 93.31 | - |
| YUV | 108.55 | 208.39 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 251 | 0.71 | 0.61 | 0 | 0.02 | 231.24 | 0.96 | 0.64 |
| Hex | 49 | 63 | FB | 47 | 3D | 0 | 2 | E7 | 60 | 40 |
| Octal | 111 | 143 | 373 | 107 | 75 | 0 | 2 | 347 | 140 | 100 |
| Binary | 1001001 | 1100011 | 11111011 | 1000111 | 111101 | 0 | 10 | 11100111 | 1100000 | 1000000 |
Color Harmonies of #4963FB
Complementary color
Monochromatic Colors of #4963FB
Black with #4963FB
Text Example
Text Example
White with #4963FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963FB; }
p { color: rgb(73,99,251); }
H1.HeaderClassName
{
color: #4963FB;
}
.AnyTagClassName
{
color: #4963FB;
}
</style>
background-color css
<style>
a { background-color: #4963FB; }
a { background-color: rgb(73,99,251); }
div.DivClassName
{
background-color: #4963FB;
}
.BgClassName
{
background-color: #4963FB;
}
</style>
border-color css
<style>
span { border-color: #4963FB; }
span { border-color: rgb(73,99,251); }
td.TdClassName
{
border-color: #4963FB;
}
.TagClassName
{
border-color: #4963FB;
}
</style>