Shades of Neon Blue #5849F3
Tints of Neon Blue #5849F3
RGB
CMYK
RGB Variations
Color information
#5849F3 (or 0x5849F3) is known color: Neon Blue. HEX triplet: 58, 49 and F3. RGB value is (88,73,243). Sum of RGB (Red+Green+Blue) = 88+73+243=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 243 (95.31% from 255 or 60.15% from 404); Max value from RGB is 243 - color contains mainly: blue. Hex color #5849F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5849F3 is #A7B60C. Grayscale: #606060. Windows color (decimal): -10991117 or 15944024. OLE color: 15944024.
HSL color Cylindrical-coordinate representation of color #5849F3: hue angle of 245.29º degrees, saturation: 0.88, 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 #5849F3 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 73 | 243 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.05 |
| HSL | 245.29º | 0.88% | 0.62% | - |
| HSV(B) | 245.29º | 0.7% | 0.95% | - |
| XYZ | 22.58 | 13.31 | 86.17 | - |
| YUV | 96.87 | 210.47 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 243 | 0.64 | 0.70 | 0 | 0.05 | 245.29 | 0.88 | 0.62 |
| Hex | 58 | 49 | F3 | 40 | 46 | 0 | 5 | F5 | 58 | 3E |
| Octal | 130 | 111 | 363 | 100 | 106 | 0 | 5 | 365 | 130 | 76 |
| Binary | 1011000 | 1001001 | 11110011 | 1000000 | 1000110 | 0 | 101 | 11110101 | 1011000 | 111110 |
Color Harmonies of #5849F3
Complementary color
Monochromatic Colors of #5849F3
Black with #5849F3
Text Example
Text Example
White with #5849F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5849F3; }
p { color: rgb(88,73,243); }
H1.HeaderClassName
{
color: #5849F3;
}
.AnyTagClassName
{
color: #5849F3;
}
</style>
background-color css
<style>
a { background-color: #5849F3; }
a { background-color: rgb(88,73,243); }
div.DivClassName
{
background-color: #5849F3;
}
.BgClassName
{
background-color: #5849F3;
}
</style>
border-color css
<style>
span { border-color: #5849F3; }
span { border-color: rgb(88,73,243); }
td.TdClassName
{
border-color: #5849F3;
}
.TagClassName
{
border-color: #5849F3;
}
</style>