Shades of Neon Blue #5362FD
Tints of Neon Blue #5362FD
RGB
CMYK
RGB Variations
Color information
#5362FD (or 0x5362FD) is known color: Neon Blue. HEX triplet: 53, 62 and FD. RGB value is (83,98,253). Sum of RGB (Red+Green+Blue) = 83+98+253=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #5362FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5362FD is #AC9D02. Grayscale: #6E6E6E. Windows color (decimal): -11312387 or 16605779. OLE color: 16605779.
HSL color Cylindrical-coordinate representation of color #5362FD: hue angle of 234.71º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5362FD is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 98 | 253 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.01 |
| HSL | 234.71º | 0.98% | 0.66% | - |
| HSV(B) | 234.71º | 0.67% | 0.99% | - |
| XYZ | 25.66 | 17.67 | 94.99 | - |
| YUV | 111.19 | 208.03 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 253 | 0.67 | 0.61 | 0 | 0.01 | 234.71 | 0.98 | 0.66 |
| Hex | 53 | 62 | FD | 43 | 3D | 0 | 1 | EB | 62 | 42 |
| Octal | 123 | 142 | 375 | 103 | 75 | 0 | 1 | 353 | 142 | 102 |
| Binary | 1010011 | 1100010 | 11111101 | 1000011 | 111101 | 0 | 1 | 11101011 | 1100010 | 1000010 |
Color Harmonies of #5362FD
Complementary color
Monochromatic Colors of #5362FD
Black with #5362FD
Text Example
Text Example
White with #5362FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5362FD; }
p { color: rgb(83,98,253); }
H1.HeaderClassName
{
color: #5362FD;
}
.AnyTagClassName
{
color: #5362FD;
}
</style>
background-color css
<style>
a { background-color: #5362FD; }
a { background-color: rgb(83,98,253); }
div.DivClassName
{
background-color: #5362FD;
}
.BgClassName
{
background-color: #5362FD;
}
</style>
border-color css
<style>
span { border-color: #5362FD; }
span { border-color: rgb(83,98,253); }
td.TdClassName
{
border-color: #5362FD;
}
.TagClassName
{
border-color: #5362FD;
}
</style>