Shades of Neon Blue #4953F1
Tints of Neon Blue #4953F1
RGB
CMYK
RGB Variations
Color information
#4953F1 (or 0x4953F1) is known color: Neon Blue. HEX triplet: 49, 53 and F1. RGB value is (73,83,241). Sum of RGB (Red+Green+Blue) = 73+83+241=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #4953F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4953F1 is #B6AC0E. Grayscale: #616161. Windows color (decimal): -11971599 or 15815497. OLE color: 15815497.
HSL color Cylindrical-coordinate representation of color #4953F1: hue angle of 236.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4953F1 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 83 | 241 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.05 |
| HSL | 236.43º | 0.86% | 0.62% | - |
| HSV(B) | 236.43º | 0.7% | 0.95% | - |
| XYZ | 21.72 | 13.95 | 84.77 | - |
| YUV | 98.02 | 208.69 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 241 | 0.70 | 0.66 | 0 | 0.05 | 236.43 | 0.86 | 0.62 |
| Hex | 49 | 53 | F1 | 46 | 42 | 0 | 5 | EC | 56 | 3E |
| Octal | 111 | 123 | 361 | 106 | 102 | 0 | 5 | 354 | 126 | 76 |
| Binary | 1001001 | 1010011 | 11110001 | 1000110 | 1000010 | 0 | 101 | 11101100 | 1010110 | 111110 |
Color Harmonies of #4953F1
Complementary color
Monochromatic Colors of #4953F1
Black with #4953F1
Text Example
Text Example
White with #4953F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4953F1; }
p { color: rgb(73,83,241); }
H1.HeaderClassName
{
color: #4953F1;
}
.AnyTagClassName
{
color: #4953F1;
}
</style>
background-color css
<style>
a { background-color: #4953F1; }
a { background-color: rgb(73,83,241); }
div.DivClassName
{
background-color: #4953F1;
}
.BgClassName
{
background-color: #4953F1;
}
</style>
border-color css
<style>
span { border-color: #4953F1; }
span { border-color: rgb(73,83,241); }
td.TdClassName
{
border-color: #4953F1;
}
.TagClassName
{
border-color: #4953F1;
}
</style>