Shades of Neon Blue #5363FF
Tints of Neon Blue #5363FF
RGB
CMYK
RGB Variations
Color information
#5363FF (or 0x5363FF) is known color: Neon Blue. HEX triplet: 53, 63 and FF. RGB value is (83,99,255). Sum of RGB (Red+Green+Blue) = 83+99+255=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #5363FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5363FF is #AC9C00. Grayscale: #6F6F6F. Windows color (decimal): -11312129 or 16737107. OLE color: 16737107.
HSL color Cylindrical-coordinate representation of color #5363FF: hue angle of 234.42º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5363FF is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 99 | 255 | - |
| CMYK | 0.67 | 0.61 | 0 | 0 |
| HSL | 234.42º | 1% | 0.66% | - |
| HSV(B) | 234.42º | 0.67% | 1% | - |
| XYZ | 26.08 | 17.98 | 96.7 | - |
| YUV | 112 | 208.7 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 255 | 0.67 | 0.61 | 0 | 0 | 234.42 | 1 | 0.66 |
| Hex | 53 | 63 | FF | 43 | 3D | 0 | 0 | EA | 64 | 42 |
| Octal | 123 | 143 | 377 | 103 | 75 | 0 | 0 | 352 | 144 | 102 |
| Binary | 1010011 | 1100011 | 11111111 | 1000011 | 111101 | 0 | 0 | 11101010 | 1100100 | 1000010 |
Color Harmonies of #5363FF
Complementary color
Monochromatic Colors of #5363FF
Black with #5363FF
Text Example
Text Example
White with #5363FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5363FF; }
p { color: rgb(83,99,255); }
H1.HeaderClassName
{
color: #5363FF;
}
.AnyTagClassName
{
color: #5363FF;
}
</style>
background-color css
<style>
a { background-color: #5363FF; }
a { background-color: rgb(83,99,255); }
div.DivClassName
{
background-color: #5363FF;
}
.BgClassName
{
background-color: #5363FF;
}
</style>
border-color css
<style>
span { border-color: #5363FF; }
span { border-color: rgb(83,99,255); }
td.TdClassName
{
border-color: #5363FF;
}
.TagClassName
{
border-color: #5363FF;
}
</style>