#5666F5

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

Shades of Neon Blue #5666F5

Tints of Neon Blue #5666F5

Color information

#5666F5 (or 0x5666F5) is unknown color: approx Neon Blue. HEX triplet: 56, 66 and F5. RGB value is (86,102,245). Sum of RGB (Red+Green+Blue) = 86+102+245=433 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.86% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 245 (96.09% from 255 or 56.58% from 433); Max value from RGB is 245 - color contains mainly: blue. Hex color #5666F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5666F5 is #A9990A. Grayscale: #707070. Windows color (decimal): -11114763 or 16082518. OLE color: 16082518.

HSL color Cylindrical-coordinate representation of color #5666F5: hue angle of 233.96º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5666F5 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86102245-
CMYK0.650.5800.04
HSL233.96º88.83%64.9%-
HSV(B)233.96º64.9%96.08%-
XYZ25.0718.0788.55-
YUV113.52202.2108.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.86%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 245 (96.09% from 255) = 56.58%
R=19.86%
G=23.56%
B=56.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal861022450.650.5800.04233.9688.8364.9
Hex5666F5413A04ea5941
Octal1261463651017204352131101
Binary1010110110011011110101100000111101001001110101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5666F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5666F5; }

 p { color: rgb(86,102,245); }

 H1.HeaderClassName
 {
   color: #5666F5;
 }
 .AnyTagClassName
 {
   color: #5666F5;
 }
</style>
background-color css

<style>
 a { background-color: #5666F5; }

 a { background-color: rgb(86,102,245); }

 div.DivClassName
 {
   background-color: #5666F5;
 }
 .BgClassName
 {
   background-color: #5666F5;
 }
</style>
border-color css

<style>
 span { border-color: #5666F5; }

 span { border-color: rgb(86,102,245); }

 td.TdClassName
 {
   border-color: #5666F5;
 }
 .TagClassName
 {
   border-color: #5666F5;
 }
</style>