Shades of Neon Blue #4964FD
Tints of Neon Blue #4964FD
RGB
CMYK
RGB Variations
Color information
#4964FD (or 0x4964FD) is known color: Neon Blue. HEX triplet: 49, 64 and FD. RGB value is (73,100,253). Sum of RGB (Red+Green+Blue) = 73+100+253=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #4964FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4964FD is #B69B02. Grayscale: #6C6C6C. Windows color (decimal): -11967235 or 16606281. OLE color: 16606281.
HSL color Cylindrical-coordinate representation of color #4964FD: hue angle of 231º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4964FD is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 100 | 253 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.01 |
| HSL | 231º | 0.98% | 0.64% | - |
| HSV(B) | 231º | 0.71% | 0.99% | - |
| XYZ | 25.03 | 17.62 | 95.01 | - |
| YUV | 109.37 | 209.05 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 100 | 253 | 0.71 | 0.60 | 0 | 0.01 | 231 | 0.98 | 0.64 |
| Hex | 49 | 64 | FD | 47 | 3C | 0 | 1 | E7 | 62 | 40 |
| Octal | 111 | 144 | 375 | 107 | 74 | 0 | 1 | 347 | 142 | 100 |
| Binary | 1001001 | 1100100 | 11111101 | 1000111 | 111100 | 0 | 1 | 11100111 | 1100010 | 1000000 |
Color Harmonies of #4964FD
Complementary color
Monochromatic Colors of #4964FD
Black with #4964FD
Text Example
Text Example
White with #4964FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4964FD; }
p { color: rgb(73,100,253); }
H1.HeaderClassName
{
color: #4964FD;
}
.AnyTagClassName
{
color: #4964FD;
}
</style>
background-color css
<style>
a { background-color: #4964FD; }
a { background-color: rgb(73,100,253); }
div.DivClassName
{
background-color: #4964FD;
}
.BgClassName
{
background-color: #4964FD;
}
</style>
border-color css
<style>
span { border-color: #4964FD; }
span { border-color: rgb(73,100,253); }
td.TdClassName
{
border-color: #4964FD;
}
.TagClassName
{
border-color: #4964FD;
}
</style>