Shades of Neon Blue #4049FD
Tints of Neon Blue #4049FD
RGB
CMYK
RGB Variations
Color information
#4049FD (or 0x4049FD) is known color: Neon Blue. HEX triplet: 40, 49 and FD. RGB value is (64,73,253). Sum of RGB (Red+Green+Blue) = 64+73+253=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #4049FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4049FD is #BFB602. Grayscale: #5A5A5A. Windows color (decimal): -12563971 or 16599360. OLE color: 16599360.
HSL color Cylindrical-coordinate representation of color #4049FD: hue angle of 237.14º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4049FD is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 73 | 253 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.01 |
| HSL | 237.14º | 0.98% | 0.62% | - |
| HSV(B) | 237.14º | 0.75% | 0.99% | - |
| XYZ | 22.23 | 12.95 | 94.26 | - |
| YUV | 90.83 | 219.52 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 253 | 0.75 | 0.71 | 0 | 0.01 | 237.14 | 0.98 | 0.62 |
| Hex | 40 | 49 | FD | 4B | 47 | 0 | 1 | ED | 62 | 3E |
| Octal | 100 | 111 | 375 | 113 | 107 | 0 | 1 | 355 | 142 | 76 |
| Binary | 1000000 | 1001001 | 11111101 | 1001011 | 1000111 | 0 | 1 | 11101101 | 1100010 | 111110 |
Color Harmonies of #4049FD
Complementary color
Monochromatic Colors of #4049FD
Black with #4049FD
Text Example
Text Example
White with #4049FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4049FD; }
p { color: rgb(64,73,253); }
H1.HeaderClassName
{
color: #4049FD;
}
.AnyTagClassName
{
color: #4049FD;
}
</style>
background-color css
<style>
a { background-color: #4049FD; }
a { background-color: rgb(64,73,253); }
div.DivClassName
{
background-color: #4049FD;
}
.BgClassName
{
background-color: #4049FD;
}
</style>
border-color css
<style>
span { border-color: #4049FD; }
span { border-color: rgb(64,73,253); }
td.TdClassName
{
border-color: #4049FD;
}
.TagClassName
{
border-color: #4049FD;
}
</style>