Shades of Neon Blue #5363FC
Tints of Neon Blue #5363FC
RGB
CMYK
RGB Variations
Color information
#5363FC (or 0x5363FC) is known color: Neon Blue. HEX triplet: 53, 63 and FC. RGB value is (83,99,252). Sum of RGB (Red+Green+Blue) = 83+99+252=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #5363FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5363FC is #AC9C03. Grayscale: #6F6F6F. Windows color (decimal): -11312132 or 16540499. OLE color: 16540499.
HSL color Cylindrical-coordinate representation of color #5363FC: hue angle of 234.32º degrees, saturation: 0.97, 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 #5363FC is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 99 | 252 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.01 |
| HSL | 234.32º | 0.97% | 0.66% | - |
| HSV(B) | 234.32º | 0.67% | 0.99% | - |
| XYZ | 25.6 | 17.79 | 94.18 | - |
| YUV | 111.66 | 207.2 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 252 | 0.67 | 0.61 | 0 | 0.01 | 234.32 | 0.97 | 0.66 |
| Hex | 53 | 63 | FC | 43 | 3D | 0 | 1 | EA | 61 | 42 |
| Octal | 123 | 143 | 374 | 103 | 75 | 0 | 1 | 352 | 141 | 102 |
| Binary | 1010011 | 1100011 | 11111100 | 1000011 | 111101 | 0 | 1 | 11101010 | 1100001 | 1000010 |
Color Harmonies of #5363FC
Complementary color
Monochromatic Colors of #5363FC
Black with #5363FC
Text Example
Text Example
White with #5363FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5363FC; }
p { color: rgb(83,99,252); }
H1.HeaderClassName
{
color: #5363FC;
}
.AnyTagClassName
{
color: #5363FC;
}
</style>
background-color css
<style>
a { background-color: #5363FC; }
a { background-color: rgb(83,99,252); }
div.DivClassName
{
background-color: #5363FC;
}
.BgClassName
{
background-color: #5363FC;
}
</style>
border-color css
<style>
span { border-color: #5363FC; }
span { border-color: rgb(83,99,252); }
td.TdClassName
{
border-color: #5363FC;
}
.TagClassName
{
border-color: #5363FC;
}
</style>