Shades of Neon Blue #5846F9
Tints of Neon Blue #5846F9
RGB
CMYK
RGB Variations
Color information
#5846F9 (or 0x5846F9) is known color: Neon Blue. HEX triplet: 58, 46 and F9. RGB value is (88,70,249). Sum of RGB (Red+Green+Blue) = 88+70+249=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #5846F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5846F9 is #A7B906. Grayscale: #5F5F5F. Windows color (decimal): -10991879 or 16336472. OLE color: 16336472.
HSL color Cylindrical-coordinate representation of color #5846F9: hue angle of 246.03º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5846F9 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 70 | 249 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.02 |
| HSL | 246.03º | 0.94% | 0.63% | - |
| HSV(B) | 246.03º | 0.72% | 0.98% | - |
| XYZ | 23.31 | 13.29 | 90.96 | - |
| YUV | 95.79 | 214.46 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 249 | 0.65 | 0.72 | 0 | 0.02 | 246.03 | 0.94 | 0.63 |
| Hex | 58 | 46 | F9 | 41 | 48 | 0 | 2 | F6 | 5E | 3F |
| Octal | 130 | 106 | 371 | 101 | 110 | 0 | 2 | 366 | 136 | 77 |
| Binary | 1011000 | 1000110 | 11111001 | 1000001 | 1001000 | 0 | 10 | 11110110 | 1011110 | 111111 |
Color Harmonies of #5846F9
Complementary color
Monochromatic Colors of #5846F9
Black with #5846F9
Text Example
Text Example
White with #5846F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5846F9; }
p { color: rgb(88,70,249); }
H1.HeaderClassName
{
color: #5846F9;
}
.AnyTagClassName
{
color: #5846F9;
}
</style>
background-color css
<style>
a { background-color: #5846F9; }
a { background-color: rgb(88,70,249); }
div.DivClassName
{
background-color: #5846F9;
}
.BgClassName
{
background-color: #5846F9;
}
</style>
border-color css
<style>
span { border-color: #5846F9; }
span { border-color: rgb(88,70,249); }
td.TdClassName
{
border-color: #5846F9;
}
.TagClassName
{
border-color: #5846F9;
}
</style>