Shades of Neon Blue #5844F9
Tints of Neon Blue #5844F9
RGB
CMYK
RGB Variations
Color information
#5844F9 (or 0x5844F9) is known color: Neon Blue. HEX triplet: 58, 44 and F9. RGB value is (88,68,249). Sum of RGB (Red+Green+Blue) = 88+68+249=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 249 (97.66% from 255 or 61.48% from 405); Max value from RGB is 249 - color contains mainly: blue. Hex color #5844F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5844F9 is #A7BB06. Grayscale: #5D5D5D. Windows color (decimal): -10992391 or 16335960. OLE color: 16335960.
HSL color Cylindrical-coordinate representation of color #5844F9: hue angle of 246.63º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5844F9 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 68 | 249 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.02 |
| HSL | 246.63º | 0.94% | 0.62% | - |
| HSV(B) | 246.63º | 0.73% | 0.98% | - |
| XYZ | 23.19 | 13.05 | 90.92 | - |
| YUV | 94.61 | 215.13 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 249 | 0.65 | 0.73 | 0 | 0.02 | 246.63 | 0.94 | 0.62 |
| Hex | 58 | 44 | F9 | 41 | 49 | 0 | 2 | F7 | 5E | 3E |
| Octal | 130 | 104 | 371 | 101 | 111 | 0 | 2 | 367 | 136 | 76 |
| Binary | 1011000 | 1000100 | 11111001 | 1000001 | 1001001 | 0 | 10 | 11110111 | 1011110 | 111110 |
Color Harmonies of #5844F9
Complementary color
Monochromatic Colors of #5844F9
Black with #5844F9
Text Example
Text Example
White with #5844F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5844F9; }
p { color: rgb(88,68,249); }
H1.HeaderClassName
{
color: #5844F9;
}
.AnyTagClassName
{
color: #5844F9;
}
</style>
background-color css
<style>
a { background-color: #5844F9; }
a { background-color: rgb(88,68,249); }
div.DivClassName
{
background-color: #5844F9;
}
.BgClassName
{
background-color: #5844F9;
}
</style>
border-color css
<style>
span { border-color: #5844F9; }
span { border-color: rgb(88,68,249); }
td.TdClassName
{
border-color: #5844F9;
}
.TagClassName
{
border-color: #5844F9;
}
</style>