Shades of Neon Blue #5669FA
Tints of Neon Blue #5669FA
RGB
CMYK
RGB Variations
Color information
#5669FA (or 0x5669FA) is known color: Neon Blue. HEX triplet: 56, 69 and FA. RGB value is (86,105,250). Sum of RGB (Red+Green+Blue) = 86+105+250=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #5669FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5669FA is #A99605. Grayscale: #737373. Windows color (decimal): -11113990 or 16410966. OLE color: 16410966.
HSL color Cylindrical-coordinate representation of color #5669FA: hue angle of 233.05º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5669FA is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 105 | 250 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.02 |
| HSL | 233.05º | 0.94% | 0.66% | - |
| HSV(B) | 233.05º | 0.66% | 0.98% | - |
| XYZ | 26.14 | 18.98 | 92.73 | - |
| YUV | 115.85 | 203.71 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 250 | 0.66 | 0.58 | 0 | 0.02 | 233.05 | 0.94 | 0.66 |
| Hex | 56 | 69 | FA | 42 | 3A | 0 | 2 | E9 | 5E | 42 |
| Octal | 126 | 151 | 372 | 102 | 72 | 0 | 2 | 351 | 136 | 102 |
| Binary | 1010110 | 1101001 | 11111010 | 1000010 | 111010 | 0 | 10 | 11101001 | 1011110 | 1000010 |
Color Harmonies of #5669FA
Complementary color
Monochromatic Colors of #5669FA
Black with #5669FA
Text Example
Text Example
White with #5669FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5669FA; }
p { color: rgb(86,105,250); }
H1.HeaderClassName
{
color: #5669FA;
}
.AnyTagClassName
{
color: #5669FA;
}
</style>
background-color css
<style>
a { background-color: #5669FA; }
a { background-color: rgb(86,105,250); }
div.DivClassName
{
background-color: #5669FA;
}
.BgClassName
{
background-color: #5669FA;
}
</style>
border-color css
<style>
span { border-color: #5669FA; }
span { border-color: rgb(86,105,250); }
td.TdClassName
{
border-color: #5669FA;
}
.TagClassName
{
border-color: #5669FA;
}
</style>