Shades of Neon Blue #5362FE
Tints of Neon Blue #5362FE
RGB
CMYK
RGB Variations
Color information
#5362FE (or 0x5362FE) is known color: Neon Blue. HEX triplet: 53, 62 and FE. RGB value is (83,98,254). Sum of RGB (Red+Green+Blue) = 83+98+254=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #5362FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5362FE is #AC9D01. Grayscale: #6E6E6E. Windows color (decimal): -11312386 or 16671315. OLE color: 16671315.
HSL color Cylindrical-coordinate representation of color #5362FE: hue angle of 234.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5362FE is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 98 | 254 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.00 |
| HSL | 234.74º | 0.99% | 0.66% | - |
| HSV(B) | 234.74º | 0.67% | 1% | - |
| XYZ | 25.82 | 17.73 | 95.83 | - |
| YUV | 111.3 | 208.53 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 254 | 0.67 | 0.61 | 0 | 0.00 | 234.74 | 0.99 | 0.66 |
| Hex | 53 | 62 | FE | 43 | 3D | 0 | 0 | EB | 63 | 42 |
| Octal | 123 | 142 | 376 | 103 | 75 | 0 | 0 | 353 | 143 | 102 |
| Binary | 1010011 | 1100010 | 11111110 | 1000011 | 111101 | 0 | 0 | 11101011 | 1100011 | 1000010 |
Color Harmonies of #5362FE
Complementary color
Monochromatic Colors of #5362FE
Black with #5362FE
Text Example
Text Example
White with #5362FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5362FE; }
p { color: rgb(83,98,254); }
H1.HeaderClassName
{
color: #5362FE;
}
.AnyTagClassName
{
color: #5362FE;
}
</style>
background-color css
<style>
a { background-color: #5362FE; }
a { background-color: rgb(83,98,254); }
div.DivClassName
{
background-color: #5362FE;
}
.BgClassName
{
background-color: #5362FE;
}
</style>
border-color css
<style>
span { border-color: #5362FE; }
span { border-color: rgb(83,98,254); }
td.TdClassName
{
border-color: #5362FE;
}
.TagClassName
{
border-color: #5362FE;
}
</style>