#5650EE

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

Shades of Neon Blue #5650EE

Tints of Neon Blue #5650EE

Color information

#5650EE (or 0x5650EE) is unknown color: approx Neon Blue. HEX triplet: 56, 50 and EE. RGB value is (86,80,238). Sum of RGB (Red+Green+Blue) = 86+80+238=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #5650EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5650EE is #A9AF11. Grayscale: #636363. Windows color (decimal): -11120402 or 15618134. OLE color: 15618134.

HSL color Cylindrical-coordinate representation of color #5650EE: hue angle of 242.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5650EE is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8680238-
CMYK0.640.6600.07
HSL242.28º82.29%62.35%-
HSV(B)242.28º66.39%93.33%-
XYZ22.1413.8982.4-
YUV99.81205.99118.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.29%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 238 (93.36% from 255) = 58.91%
R=21.29%
G=19.80%
B=58.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal86802380.640.6600.07242.2882.2962.35
Hex5650EE404207f2523e
Octal1261203561001020736212276
Binary1010110101000011101110100000010000100111111100101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5650EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5650EE; }

 p { color: rgb(86,80,238); }

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

<style>
 a { background-color: #5650EE; }

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

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

<style>
 span { border-color: #5650EE; }

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

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