#5656FF

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

Shades of Neon Blue #5656FF

Tints of Neon Blue #5656FF

Color information

#5656FF (or 0x5656FF) is unknown color: approx Neon Blue. HEX triplet: 56, 56 and FF. RGB value is (86,86,255). Sum of RGB (Red+Green+Blue) = 86+86+255=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #5656FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5656FF is #A9A900. Grayscale: #686868. Windows color (decimal): -11118849 or 16733782. OLE color: 16733782.

HSL color Cylindrical-coordinate representation of color #5656FF: hue angle of 240º 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 #5656FF is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8686255-
CMYK0.660.6600
HSL240º100%66.86%-
HSV(B)240º66.27%100%-
XYZ25.2215.8596.34-
YUV105.27212.5114.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.14%
GREEN value IS 86 (33.98% from 255) = 20.14%
BLUE value IS 255 (100% from 255) = 59.72%
R=20.14%
G=20.14%
B=59.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal86862550.660.660024010066.86
Hex5656FF424200f06443
Octal12612637710210200360144103
Binary101011010101101111111110000101000010001111000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5656FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5656FF; }

 p { color: rgb(86,86,255); }

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

<style>
 a { background-color: #5656FF; }

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

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

<style>
 span { border-color: #5656FF; }

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

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