Shades of Neon Blue #4449FD
Tints of Neon Blue #4449FD
RGB
CMYK
RGB Variations
Color information
#4449FD (or 0x4449FD) is known color: Neon Blue. HEX triplet: 44, 49 and FD. RGB value is (68,73,253). Sum of RGB (Red+Green+Blue) = 68+73+253=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #4449FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4449FD is #BBB602. Grayscale: #5B5B5B. Windows color (decimal): -12301827 or 16599364. OLE color: 16599364.
HSL color Cylindrical-coordinate representation of color #4449FD: hue angle of 238.38º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4449FD is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 73 | 253 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.01 |
| HSL | 238.38º | 0.98% | 0.63% | - |
| HSV(B) | 238.38º | 0.73% | 0.99% | - |
| XYZ | 22.5 | 13.09 | 94.27 | - |
| YUV | 92.03 | 218.84 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 253 | 0.73 | 0.71 | 0 | 0.01 | 238.38 | 0.98 | 0.63 |
| Hex | 44 | 49 | FD | 49 | 47 | 0 | 1 | EE | 62 | 3F |
| Octal | 104 | 111 | 375 | 111 | 107 | 0 | 1 | 356 | 142 | 77 |
| Binary | 1000100 | 1001001 | 11111101 | 1001001 | 1000111 | 0 | 1 | 11101110 | 1100010 | 111111 |
Color Harmonies of #4449FD
Complementary color
Monochromatic Colors of #4449FD
Black with #4449FD
Text Example
Text Example
White with #4449FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4449FD; }
p { color: rgb(68,73,253); }
H1.HeaderClassName
{
color: #4449FD;
}
.AnyTagClassName
{
color: #4449FD;
}
</style>
background-color css
<style>
a { background-color: #4449FD; }
a { background-color: rgb(68,73,253); }
div.DivClassName
{
background-color: #4449FD;
}
.BgClassName
{
background-color: #4449FD;
}
</style>
border-color css
<style>
span { border-color: #4449FD; }
span { border-color: rgb(68,73,253); }
td.TdClassName
{
border-color: #4449FD;
}
.TagClassName
{
border-color: #4449FD;
}
</style>