Shades of Neon Blue #5362FB
Tints of Neon Blue #5362FB
RGB
CMYK
RGB Variations
Color information
#5362FB (or 0x5362FB) is known color: Neon Blue. HEX triplet: 53, 62 and FB. RGB value is (83,98,251). Sum of RGB (Red+Green+Blue) = 83+98+251=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #5362FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5362FB is #AC9D04. Grayscale: #6E6E6E. Windows color (decimal): -11312389 or 16474707. OLE color: 16474707.
HSL color Cylindrical-coordinate representation of color #5362FB: hue angle of 234.64º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5362FB is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 98 | 251 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.02 |
| HSL | 234.64º | 0.95% | 0.65% | - |
| HSV(B) | 234.64º | 0.67% | 0.98% | - |
| XYZ | 25.35 | 17.54 | 93.32 | - |
| YUV | 110.96 | 207.03 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 251 | 0.67 | 0.61 | 0 | 0.02 | 234.64 | 0.95 | 0.65 |
| Hex | 53 | 62 | FB | 43 | 3D | 0 | 2 | EB | 5F | 41 |
| Octal | 123 | 142 | 373 | 103 | 75 | 0 | 2 | 353 | 137 | 101 |
| Binary | 1010011 | 1100010 | 11111011 | 1000011 | 111101 | 0 | 10 | 11101011 | 1011111 | 1000001 |
Color Harmonies of #5362FB
Complementary color
Monochromatic Colors of #5362FB
Black with #5362FB
Text Example
Text Example
White with #5362FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5362FB; }
p { color: rgb(83,98,251); }
H1.HeaderClassName
{
color: #5362FB;
}
.AnyTagClassName
{
color: #5362FB;
}
</style>
background-color css
<style>
a { background-color: #5362FB; }
a { background-color: rgb(83,98,251); }
div.DivClassName
{
background-color: #5362FB;
}
.BgClassName
{
background-color: #5362FB;
}
</style>
border-color css
<style>
span { border-color: #5362FB; }
span { border-color: rgb(83,98,251); }
td.TdClassName
{
border-color: #5362FB;
}
.TagClassName
{
border-color: #5362FB;
}
</style>