Shades of Neon Blue #5361FE
Tints of Neon Blue #5361FE
RGB
CMYK
RGB Variations
Color information
#5361FE (or 0x5361FE) is known color: Neon Blue. HEX triplet: 53, 61 and FE. RGB value is (83,97,254). Sum of RGB (Red+Green+Blue) = 83+97+254=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #5361FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5361FE is #AC9E01. Grayscale: #6E6E6E. Windows color (decimal): -11312642 or 16671059. OLE color: 16671059.
HSL color Cylindrical-coordinate representation of color #5361FE: hue angle of 235.09º 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 #5361FE is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 97 | 254 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.00 |
| HSL | 235.09º | 0.99% | 0.66% | - |
| HSV(B) | 235.09º | 0.67% | 1% | - |
| XYZ | 25.73 | 17.54 | 95.8 | - |
| YUV | 110.71 | 208.86 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 254 | 0.67 | 0.62 | 0 | 0.00 | 235.09 | 0.99 | 0.66 |
| Hex | 53 | 61 | FE | 43 | 3E | 0 | 0 | EB | 63 | 42 |
| Octal | 123 | 141 | 376 | 103 | 76 | 0 | 0 | 353 | 143 | 102 |
| Binary | 1010011 | 1100001 | 11111110 | 1000011 | 111110 | 0 | 0 | 11101011 | 1100011 | 1000010 |
Color Harmonies of #5361FE
Complementary color
Monochromatic Colors of #5361FE
Black with #5361FE
Text Example
Text Example
White with #5361FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5361FE; }
p { color: rgb(83,97,254); }
H1.HeaderClassName
{
color: #5361FE;
}
.AnyTagClassName
{
color: #5361FE;
}
</style>
background-color css
<style>
a { background-color: #5361FE; }
a { background-color: rgb(83,97,254); }
div.DivClassName
{
background-color: #5361FE;
}
.BgClassName
{
background-color: #5361FE;
}
</style>
border-color css
<style>
span { border-color: #5361FE; }
span { border-color: rgb(83,97,254); }
td.TdClassName
{
border-color: #5361FE;
}
.TagClassName
{
border-color: #5361FE;
}
</style>