Shades of Neon Blue #5362F1
Tints of Neon Blue #5362F1
RGB
CMYK
RGB Variations
Color information
#5362F1 (or 0x5362F1) is known color: Neon Blue. HEX triplet: 53, 62 and F1. RGB value is (83,98,241). Sum of RGB (Red+Green+Blue) = 83+98+241=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #5362F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5362F1 is #AC9D0E. Grayscale: #6D6D6D. Windows color (decimal): -11312399 or 15819347. OLE color: 15819347.
HSL color Cylindrical-coordinate representation of color #5362F1: hue angle of 234.3º degrees, saturation: 0.85, 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 #5362F1 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 98 | 241 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.05 |
| HSL | 234.3º | 0.85% | 0.64% | - |
| HSV(B) | 234.3º | 0.66% | 0.95% | - |
| XYZ | 23.81 | 16.93 | 85.23 | - |
| YUV | 109.82 | 202.03 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 241 | 0.66 | 0.59 | 0 | 0.05 | 234.3 | 0.85 | 0.64 |
| Hex | 53 | 62 | F1 | 42 | 3B | 0 | 5 | EA | 55 | 40 |
| Octal | 123 | 142 | 361 | 102 | 73 | 0 | 5 | 352 | 125 | 100 |
| Binary | 1010011 | 1100010 | 11110001 | 1000010 | 111011 | 0 | 101 | 11101010 | 1010101 | 1000000 |
Color Harmonies of #5362F1
Complementary color
Monochromatic Colors of #5362F1
Black with #5362F1
Text Example
Text Example
White with #5362F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5362F1; }
p { color: rgb(83,98,241); }
H1.HeaderClassName
{
color: #5362F1;
}
.AnyTagClassName
{
color: #5362F1;
}
</style>
background-color css
<style>
a { background-color: #5362F1; }
a { background-color: rgb(83,98,241); }
div.DivClassName
{
background-color: #5362F1;
}
.BgClassName
{
background-color: #5362F1;
}
</style>
border-color css
<style>
span { border-color: #5362F1; }
span { border-color: rgb(83,98,241); }
td.TdClassName
{
border-color: #5362F1;
}
.TagClassName
{
border-color: #5362F1;
}
</style>