Html Css Color HEX #5655EB Neon Blue

📋 copy color: '#5655EB'

red 86 ◦ green 85 ◦ blue 235

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

Shades of Neon Blue #5655EB

Tints of Neon Blue #5655EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.94%

 BLUE value IS 235 (92.19% from 255) = 57.88%

R = 21.18%
G = 20.94%
B = 57.88%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5655EB (or 0x5655EB) is known color: Neon Blue. HEX triplet: 56, 55 and EB. RGB value is (86,85,235). Sum of RGB (Red+Green+Blue) = 86+85+235=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #5655EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5655EB is #A9AA14. Grayscale: #656565. Windows color (decimal): -11119125 or 15422806. OLE color: 15422806.

HSL color Cylindrical-coordinate representation of color #5655EB: hue angle of 240.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5655EB is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 85 235 -
CMYK 0.63 0.64 0 0.08
HSL 240.4º 0.79% 0.63% -
HSV(B) 240.4º 0.64% 0.92% -
XYZ 22.08 14.47 80.23 -
YUV 102.4 202.83 116.3 -
System Red Green Blue C M Y K H S L
Decimal 86 85 235 0.63 0.64 0 0.08 240.4 0.79 0.63
Hex 56 55 EB 3F 40 0 8 F0 4F 3F
Octal 126 125 353 77 100 0 10 360 117 77
Binary 1010110 1010101 11101011 111111 1000000 0 1000 11110000 1001111 111111

Color Harmonies of #5655EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655EB

Black with #5655EB

Text Example


Text Example

White with #5655EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5655EB; }

 p { color: rgb(86,85,235); }

 H1.HeaderClassName
 {
   color: #5655EB;
 }
 .AnyTagClassName
 {
   color: #5655EB;
 }
</style>

background-color css

<style>
 a { background-color: #5655EB; }

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

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

border-color css

<style>
 span { border-color: #5655EB; }

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

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