Shades of Neon Blue #5669FC
Tints of Neon Blue #5669FC
RGB
CMYK
RGB Variations
Color information
#5669FC (or 0x5669FC) is known color: Neon Blue. HEX triplet: 56, 69 and FC. RGB value is (86,105,252). Sum of RGB (Red+Green+Blue) = 86+105+252=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #5669FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5669FC is #A99603. Grayscale: #737373. Windows color (decimal): -11113988 or 16542038. OLE color: 16542038.
HSL color Cylindrical-coordinate representation of color #5669FC: hue angle of 233.13º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5669FC is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 105 | 252 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.01 |
| HSL | 233.13º | 0.97% | 0.66% | - |
| HSV(B) | 233.13º | 0.66% | 0.99% | - |
| XYZ | 26.46 | 19.11 | 94.39 | - |
| YUV | 116.08 | 204.71 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 252 | 0.66 | 0.58 | 0 | 0.01 | 233.13 | 0.97 | 0.66 |
| Hex | 56 | 69 | FC | 42 | 3A | 0 | 1 | E9 | 61 | 42 |
| Octal | 126 | 151 | 374 | 102 | 72 | 0 | 1 | 351 | 141 | 102 |
| Binary | 1010110 | 1101001 | 11111100 | 1000010 | 111010 | 0 | 1 | 11101001 | 1100001 | 1000010 |
Color Harmonies of #5669FC
Complementary color
Monochromatic Colors of #5669FC
Black with #5669FC
Text Example
Text Example
White with #5669FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5669FC; }
p { color: rgb(86,105,252); }
H1.HeaderClassName
{
color: #5669FC;
}
.AnyTagClassName
{
color: #5669FC;
}
</style>
background-color css
<style>
a { background-color: #5669FC; }
a { background-color: rgb(86,105,252); }
div.DivClassName
{
background-color: #5669FC;
}
.BgClassName
{
background-color: #5669FC;
}
</style>
border-color css
<style>
span { border-color: #5669FC; }
span { border-color: rgb(86,105,252); }
td.TdClassName
{
border-color: #5669FC;
}
.TagClassName
{
border-color: #5669FC;
}
</style>