Shades of Neon Blue #5368FE
Tints of Neon Blue #5368FE
RGB
CMYK
RGB Variations
Color information
#5368FE (or 0x5368FE) is known color: Neon Blue. HEX triplet: 53, 68 and FE. RGB value is (83,104,254). Sum of RGB (Red+Green+Blue) = 83+104+254=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #5368FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5368FE is #AC9701. Grayscale: #727272. Windows color (decimal): -11310850 or 16672851. OLE color: 16672851.
HSL color Cylindrical-coordinate representation of color #5368FE: hue angle of 232.63º 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 #5368FE is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 104 | 254 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.00 |
| HSL | 232.63º | 0.99% | 0.66% | - |
| HSV(B) | 232.63º | 0.67% | 1% | - |
| XYZ | 26.41 | 18.9 | 96.02 | - |
| YUV | 114.82 | 206.54 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 254 | 0.67 | 0.59 | 0 | 0.00 | 232.63 | 0.99 | 0.66 |
| Hex | 53 | 68 | FE | 43 | 3B | 0 | 0 | E9 | 63 | 42 |
| Octal | 123 | 150 | 376 | 103 | 73 | 0 | 0 | 351 | 143 | 102 |
| Binary | 1010011 | 1101000 | 11111110 | 1000011 | 111011 | 0 | 0 | 11101001 | 1100011 | 1000010 |
Color Harmonies of #5368FE
Complementary color
Monochromatic Colors of #5368FE
Black with #5368FE
Text Example
Text Example
White with #5368FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5368FE; }
p { color: rgb(83,104,254); }
H1.HeaderClassName
{
color: #5368FE;
}
.AnyTagClassName
{
color: #5368FE;
}
</style>
background-color css
<style>
a { background-color: #5368FE; }
a { background-color: rgb(83,104,254); }
div.DivClassName
{
background-color: #5368FE;
}
.BgClassName
{
background-color: #5368FE;
}
</style>
border-color css
<style>
span { border-color: #5368FE; }
span { border-color: rgb(83,104,254); }
td.TdClassName
{
border-color: #5368FE;
}
.TagClassName
{
border-color: #5368FE;
}
</style>