Shades of Neon Blue #5668FE
Tints of Neon Blue #5668FE
RGB
CMYK
RGB Variations
Color information
#5668FE (or 0x5668FE) is known color: Neon Blue. HEX triplet: 56, 68 and FE. RGB value is (86,104,254). Sum of RGB (Red+Green+Blue) = 86+104+254=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #5668FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5668FE is #A99701. Grayscale: #737373. Windows color (decimal): -11114242 or 16672854. OLE color: 16672854.
HSL color Cylindrical-coordinate representation of color #5668FE: hue angle of 233.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5668FE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 104 | 254 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.00 |
| HSL | 233.57º | 0.99% | 0.67% | - |
| HSV(B) | 233.57º | 0.66% | 1% | - |
| XYZ | 26.68 | 19.03 | 96.03 | - |
| YUV | 115.72 | 206.04 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 254 | 0.66 | 0.59 | 0 | 0.00 | 233.57 | 0.99 | 0.67 |
| Hex | 56 | 68 | FE | 42 | 3B | 0 | 0 | EA | 63 | 43 |
| Octal | 126 | 150 | 376 | 102 | 73 | 0 | 0 | 352 | 143 | 103 |
| Binary | 1010110 | 1101000 | 11111110 | 1000010 | 111011 | 0 | 0 | 11101010 | 1100011 | 1000011 |
Color Harmonies of #5668FE
Complementary color
Monochromatic Colors of #5668FE
Black with #5668FE
Text Example
Text Example
White with #5668FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5668FE; }
p { color: rgb(86,104,254); }
H1.HeaderClassName
{
color: #5668FE;
}
.AnyTagClassName
{
color: #5668FE;
}
</style>
background-color css
<style>
a { background-color: #5668FE; }
a { background-color: rgb(86,104,254); }
div.DivClassName
{
background-color: #5668FE;
}
.BgClassName
{
background-color: #5668FE;
}
</style>
border-color css
<style>
span { border-color: #5668FE; }
span { border-color: rgb(86,104,254); }
td.TdClassName
{
border-color: #5668FE;
}
.TagClassName
{
border-color: #5668FE;
}
</style>