Shades of Neon Blue #5853F3
Tints of Neon Blue #5853F3
RGB
CMYK
RGB Variations
Color information
#5853F3 (or 0x5853F3) is known color: Neon Blue. HEX triplet: 58, 53 and F3. RGB value is (88,83,243). Sum of RGB (Red+Green+Blue) = 88+83+243=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 243 (95.31% from 255 or 58.70% from 414); Max value from RGB is 243 - color contains mainly: blue. Hex color #5853F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5853F3 is #A7AC0C. Grayscale: #666666. Windows color (decimal): -10988557 or 15946584. OLE color: 15946584.
HSL color Cylindrical-coordinate representation of color #5853F3: hue angle of 241.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5853F3 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 83 | 243 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.05 |
| HSL | 241.88º | 0.87% | 0.64% | - |
| HSV(B) | 241.88º | 0.66% | 0.95% | - |
| XYZ | 23.3 | 14.73 | 86.41 | - |
| YUV | 102.74 | 207.16 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 243 | 0.64 | 0.66 | 0 | 0.05 | 241.88 | 0.87 | 0.64 |
| Hex | 58 | 53 | F3 | 40 | 42 | 0 | 5 | F2 | 57 | 40 |
| Octal | 130 | 123 | 363 | 100 | 102 | 0 | 5 | 362 | 127 | 100 |
| Binary | 1011000 | 1010011 | 11110011 | 1000000 | 1000010 | 0 | 101 | 11110010 | 1010111 | 1000000 |
Color Harmonies of #5853F3
Complementary color
Monochromatic Colors of #5853F3
Black with #5853F3
Text Example
Text Example
White with #5853F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5853F3; }
p { color: rgb(88,83,243); }
H1.HeaderClassName
{
color: #5853F3;
}
.AnyTagClassName
{
color: #5853F3;
}
</style>
background-color css
<style>
a { background-color: #5853F3; }
a { background-color: rgb(88,83,243); }
div.DivClassName
{
background-color: #5853F3;
}
.BgClassName
{
background-color: #5853F3;
}
</style>
border-color css
<style>
span { border-color: #5853F3; }
span { border-color: rgb(88,83,243); }
td.TdClassName
{
border-color: #5853F3;
}
.TagClassName
{
border-color: #5853F3;
}
</style>