#5669FA

Color #5669FA Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5669FA

Tints of Neon Blue #5669FA

Color information

#5669FA (or 0x5669FA) is unknown color: approx 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

RGB86105250-
CMYK0.660.5800.02
HSL233.05º94.25%65.88%-
HSV(B)233.05º65.6%98.04%-
XYZ26.1418.9892.73-
YUV115.85203.71106.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 19.50%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 250 (98.05% from 255) = 56.69%
R=19.50%
G=23.81%
B=56.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal861052500.660.5800.02233.0594.2565.88
Hex5669FA423A02e95e42
Octal1261513721027202351136102
Binary101011011010011111101010000101110100101110100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5669FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>