Shades of Neon Blue #5845FC
Tints of Neon Blue #5845FC
RGB
CMYK
RGB Variations
Color information
#5845FC (or 0x5845FC) is known color: Neon Blue. HEX triplet: 58, 45 and FC. RGB value is (88,69,252). Sum of RGB (Red+Green+Blue) = 88+69+252=409 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.52% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #5845FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5845FC is #A7BA03. Grayscale: #5E5E5E. Windows color (decimal): -10992132 or 16532824. OLE color: 16532824.
HSL color Cylindrical-coordinate representation of color #5845FC: hue angle of 246.23º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5845FC is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 69 | 252 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.01 |
| HSL | 246.23º | 0.97% | 0.63% | - |
| HSV(B) | 246.23º | 0.73% | 0.99% | - |
| XYZ | 23.72 | 13.36 | 93.42 | - |
| YUV | 95.54 | 216.29 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 252 | 0.65 | 0.73 | 0 | 0.01 | 246.23 | 0.97 | 0.63 |
| Hex | 58 | 45 | FC | 41 | 49 | 0 | 1 | F6 | 61 | 3F |
| Octal | 130 | 105 | 374 | 101 | 111 | 0 | 1 | 366 | 141 | 77 |
| Binary | 1011000 | 1000101 | 11111100 | 1000001 | 1001001 | 0 | 1 | 11110110 | 1100001 | 111111 |
Color Harmonies of #5845FC
Complementary color
Monochromatic Colors of #5845FC
Black with #5845FC
Text Example
Text Example
White with #5845FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5845FC; }
p { color: rgb(88,69,252); }
H1.HeaderClassName
{
color: #5845FC;
}
.AnyTagClassName
{
color: #5845FC;
}
</style>
background-color css
<style>
a { background-color: #5845FC; }
a { background-color: rgb(88,69,252); }
div.DivClassName
{
background-color: #5845FC;
}
.BgClassName
{
background-color: #5845FC;
}
</style>
border-color css
<style>
span { border-color: #5845FC; }
span { border-color: rgb(88,69,252); }
td.TdClassName
{
border-color: #5845FC;
}
.TagClassName
{
border-color: #5845FC;
}
</style>