Shades of Neon Blue #5847FB
Tints of Neon Blue #5847FB
RGB
CMYK
RGB Variations
Color information
#5847FB (or 0x5847FB) is known color: Neon Blue. HEX triplet: 58, 47 and FB. RGB value is (88,71,251). Sum of RGB (Red+Green+Blue) = 88+71+251=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #5847FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5847FB is #A7B804. Grayscale: #5F5F5F. Windows color (decimal): -10991621 or 16467800. OLE color: 16467800.
HSL color Cylindrical-coordinate representation of color #5847FB: hue angle of 245.67º degrees, saturation: 0.96, 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 #5847FB is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 71 | 251 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.02 |
| HSL | 245.67º | 0.96% | 0.63% | - |
| HSV(B) | 245.67º | 0.72% | 0.98% | - |
| XYZ | 23.69 | 13.55 | 92.63 | - |
| YUV | 96.6 | 215.13 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 251 | 0.65 | 0.72 | 0 | 0.02 | 245.67 | 0.96 | 0.63 |
| Hex | 58 | 47 | FB | 41 | 48 | 0 | 2 | F6 | 60 | 3F |
| Octal | 130 | 107 | 373 | 101 | 110 | 0 | 2 | 366 | 140 | 77 |
| Binary | 1011000 | 1000111 | 11111011 | 1000001 | 1001000 | 0 | 10 | 11110110 | 1100000 | 111111 |
Color Harmonies of #5847FB
Complementary color
Monochromatic Colors of #5847FB
Black with #5847FB
Text Example
Text Example
White with #5847FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5847FB; }
p { color: rgb(88,71,251); }
H1.HeaderClassName
{
color: #5847FB;
}
.AnyTagClassName
{
color: #5847FB;
}
</style>
background-color css
<style>
a { background-color: #5847FB; }
a { background-color: rgb(88,71,251); }
div.DivClassName
{
background-color: #5847FB;
}
.BgClassName
{
background-color: #5847FB;
}
</style>
border-color css
<style>
span { border-color: #5847FB; }
span { border-color: rgb(88,71,251); }
td.TdClassName
{
border-color: #5847FB;
}
.TagClassName
{
border-color: #5847FB;
}
</style>