Shades of Neon Blue #5653F0
Tints of Neon Blue #5653F0
RGB
CMYK
RGB Variations
Color information
#5653F0 (or 0x5653F0) is known color: Neon Blue. HEX triplet: 56, 53 and F0. RGB value is (86,83,240). Sum of RGB (Red+Green+Blue) = 86+83+240=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 240 (94.14% from 255 or 58.68% from 409); Max value from RGB is 240 - color contains mainly: blue. Hex color #5653F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5653F0 is #A9AC0F. Grayscale: #656565. Windows color (decimal): -11119632 or 15749974. OLE color: 15749974.
HSL color Cylindrical-coordinate representation of color #5653F0: hue angle of 241.15º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5653F0 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 83 | 240 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.06 |
| HSL | 241.15º | 0.84% | 0.63% | - |
| HSV(B) | 241.15º | 0.65% | 0.94% | - |
| XYZ | 22.66 | 14.46 | 84.03 | - |
| YUV | 101.8 | 205.99 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 240 | 0.64 | 0.65 | 0 | 0.06 | 241.15 | 0.84 | 0.63 |
| Hex | 56 | 53 | F0 | 40 | 41 | 0 | 6 | F1 | 54 | 3F |
| Octal | 126 | 123 | 360 | 100 | 101 | 0 | 6 | 361 | 124 | 77 |
| Binary | 1010110 | 1010011 | 11110000 | 1000000 | 1000001 | 0 | 110 | 11110001 | 1010100 | 111111 |
Color Harmonies of #5653F0
Complementary color
Monochromatic Colors of #5653F0
Black with #5653F0
Text Example
Text Example
White with #5653F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5653F0; }
p { color: rgb(86,83,240); }
H1.HeaderClassName
{
color: #5653F0;
}
.AnyTagClassName
{
color: #5653F0;
}
</style>
background-color css
<style>
a { background-color: #5653F0; }
a { background-color: rgb(86,83,240); }
div.DivClassName
{
background-color: #5653F0;
}
.BgClassName
{
background-color: #5653F0;
}
</style>
border-color css
<style>
span { border-color: #5653F0; }
span { border-color: rgb(86,83,240); }
td.TdClassName
{
border-color: #5653F0;
}
.TagClassName
{
border-color: #5653F0;
}
</style>