Html Css Color HEX #5650EC Neon Blue

📋 copy color: '#5650EC'

red 86 ◦ green 80 ◦ blue 236

#5650EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5650EC

Tints of Neon Blue #5650EC

RGB

 RED value IS 86 (33.98% from 255) = 21.39%

 GREEN value IS 80 (31.64% from 255) = 19.9%

 BLUE value IS 236 (92.58% from 255) = 58.71%

R = 21.39%
G = 19.9%
B = 58.71%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5650EC (or 0x5650EC) is known color: Neon Blue. HEX triplet: 56, 50 and EC. RGB value is (86,80,236). Sum of RGB (Red+Green+Blue) = 86+80+236=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #5650EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5650EC is #A9AF13. Grayscale: #626262. Windows color (decimal): -11120404 or 15487062. OLE color: 15487062.

HSL color Cylindrical-coordinate representation of color #5650EC: hue angle of 242.31º degrees, saturation: 0.8, 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 #5650EC is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 80 236 -
CMYK 0.64 0.66 0 0.07
HSL 242.31º 0.8% 0.62% -
HSV(B) 242.31º 0.66% 0.93% -
XYZ 21.85 13.77 80.86 -
YUV 99.58 204.99 118.32 -
System Red Green Blue C M Y K H S L
Decimal 86 80 236 0.64 0.66 0 0.07 242.31 0.8 0.62
Hex 56 50 EC 40 42 0 7 F2 50 3E
Octal 126 120 354 100 102 0 7 362 120 76
Binary 1010110 1010000 11101100 1000000 1000010 0 111 11110010 1010000 111110

Color Harmonies of #5650EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5650EC

Black with #5650EC

Text Example


Text Example

White with #5650EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5650EC;
 }
 .AnyTagClassName
 {
   color: #5650EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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