Shades of Neon Blue #5849EF
Tints of Neon Blue #5849EF
RGB
CMYK
RGB Variations
Color information
#5849EF (or 0x5849EF) is known color: Neon Blue. HEX triplet: 58, 49 and EF. RGB value is (88,73,239). Sum of RGB (Red+Green+Blue) = 88+73+239=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #5849EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5849EF is #A7B610. Grayscale: #5F5F5F. Windows color (decimal): -10991121 or 15681880. OLE color: 15681880.
HSL color Cylindrical-coordinate representation of color #5849EF: hue angle of 245.42º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5849EF is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 73 | 239 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.06 |
| HSL | 245.42º | 0.84% | 0.61% | - |
| HSV(B) | 245.42º | 0.69% | 0.94% | - |
| XYZ | 21.99 | 13.07 | 83.03 | - |
| YUV | 96.41 | 208.47 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 239 | 0.63 | 0.69 | 0 | 0.06 | 245.42 | 0.84 | 0.61 |
| Hex | 58 | 49 | EF | 3F | 45 | 0 | 6 | F5 | 54 | 3D |
| Octal | 130 | 111 | 357 | 77 | 105 | 0 | 6 | 365 | 124 | 75 |
| Binary | 1011000 | 1001001 | 11101111 | 111111 | 1000101 | 0 | 110 | 11110101 | 1010100 | 111101 |
Color Harmonies of #5849EF
Complementary color
Monochromatic Colors of #5849EF
Black with #5849EF
Text Example
Text Example
White with #5849EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5849EF; }
p { color: rgb(88,73,239); }
H1.HeaderClassName
{
color: #5849EF;
}
.AnyTagClassName
{
color: #5849EF;
}
</style>
background-color css
<style>
a { background-color: #5849EF; }
a { background-color: rgb(88,73,239); }
div.DivClassName
{
background-color: #5849EF;
}
.BgClassName
{
background-color: #5849EF;
}
</style>
border-color css
<style>
span { border-color: #5849EF; }
span { border-color: rgb(88,73,239); }
td.TdClassName
{
border-color: #5849EF;
}
.TagClassName
{
border-color: #5849EF;
}
</style>