Shades of Neon Blue #5666FF
Tints of Neon Blue #5666FF
RGB
CMYK
RGB Variations
Color information
#5666FF (or 0x5666FF) is known color: Neon Blue. HEX triplet: 56, 66 and FF. RGB value is (86,102,255). Sum of RGB (Red+Green+Blue) = 86+102+255=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #5666FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5666FF is #A99900. Grayscale: #727272. Windows color (decimal): -11114753 or 16737878. OLE color: 16737878.
HSL color Cylindrical-coordinate representation of color #5666FF: hue angle of 234.32º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5666FF is Cyan = 0.66, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 102 | 255 | - |
| CMYK | 0.66 | 0.6 | 0 | 0 |
| HSL | 234.32º | 1% | 0.67% | - |
| HSV(B) | 234.32º | 0.66% | 1% | - |
| XYZ | 26.64 | 18.7 | 96.81 | - |
| YUV | 114.66 | 207.2 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 255 | 0.66 | 0.6 | 0 | 0 | 234.32 | 1 | 0.67 |
| Hex | 56 | 66 | FF | 42 | 3C | 0 | 0 | EA | 64 | 43 |
| Octal | 126 | 146 | 377 | 102 | 74 | 0 | 0 | 352 | 144 | 103 |
| Binary | 1010110 | 1100110 | 11111111 | 1000010 | 111100 | 0 | 0 | 11101010 | 1100100 | 1000011 |
Color Harmonies of #5666FF
Complementary color
Monochromatic Colors of #5666FF
Black with #5666FF
Text Example
Text Example
White with #5666FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5666FF; }
p { color: rgb(86,102,255); }
H1.HeaderClassName
{
color: #5666FF;
}
.AnyTagClassName
{
color: #5666FF;
}
</style>
background-color css
<style>
a { background-color: #5666FF; }
a { background-color: rgb(86,102,255); }
div.DivClassName
{
background-color: #5666FF;
}
.BgClassName
{
background-color: #5666FF;
}
</style>
border-color css
<style>
span { border-color: #5666FF; }
span { border-color: rgb(86,102,255); }
td.TdClassName
{
border-color: #5666FF;
}
.TagClassName
{
border-color: #5666FF;
}
</style>