Shades of Neon Blue #5843FD
Tints of Neon Blue #5843FD
RGB
CMYK
RGB Variations
Color information
#5843FD (or 0x5843FD) is known color: Neon Blue. HEX triplet: 58, 43 and FD. RGB value is (88,67,253). Sum of RGB (Red+Green+Blue) = 88+67+253=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #5843FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5843FD is #A7BC02. Grayscale: #5D5D5D. Windows color (decimal): -10992643 or 16597848. OLE color: 16597848.
HSL color Cylindrical-coordinate representation of color #5843FD: hue angle of 246.77º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5843FD is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 67 | 253 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.01 |
| HSL | 246.77º | 0.98% | 0.63% | - |
| HSV(B) | 246.77º | 0.74% | 0.99% | - |
| XYZ | 23.76 | 13.18 | 94.22 | - |
| YUV | 94.48 | 217.46 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 253 | 0.65 | 0.74 | 0 | 0.01 | 246.77 | 0.98 | 0.63 |
| Hex | 58 | 43 | FD | 41 | 4A | 0 | 1 | F7 | 62 | 3F |
| Octal | 130 | 103 | 375 | 101 | 112 | 0 | 1 | 367 | 142 | 77 |
| Binary | 1011000 | 1000011 | 11111101 | 1000001 | 1001010 | 0 | 1 | 11110111 | 1100010 | 111111 |
Color Harmonies of #5843FD
Complementary color
Monochromatic Colors of #5843FD
Black with #5843FD
Text Example
Text Example
White with #5843FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5843FD; }
p { color: rgb(88,67,253); }
H1.HeaderClassName
{
color: #5843FD;
}
.AnyTagClassName
{
color: #5843FD;
}
</style>
background-color css
<style>
a { background-color: #5843FD; }
a { background-color: rgb(88,67,253); }
div.DivClassName
{
background-color: #5843FD;
}
.BgClassName
{
background-color: #5843FD;
}
</style>
border-color css
<style>
span { border-color: #5843FD; }
span { border-color: rgb(88,67,253); }
td.TdClassName
{
border-color: #5843FD;
}
.TagClassName
{
border-color: #5843FD;
}
</style>