Html Css Color HEX #5655EA Neon Blue

📋 copy color: '#5655EA'

red 86 ◦ green 85 ◦ blue 234

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

Shades of Neon Blue #5655EA

Tints of Neon Blue #5655EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.78%

R = 21.23%
G = 20.99%
B = 57.78%

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

#5655EA (or 0x5655EA) is known color: Neon Blue. HEX triplet: 56, 55 and EA. RGB value is (86,85,234). Sum of RGB (Red+Green+Blue) = 86+85+234=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #5655EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5655EA is #A9AA15. Grayscale: #656565. Windows color (decimal): -11119126 or 15357270. OLE color: 15357270.

HSL color Cylindrical-coordinate representation of color #5655EA: hue angle of 240.4º degrees, saturation: 0.78, 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 #5655EA is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 85 234 -
CMYK 0.63 0.64 0 0.08
HSL 240.4º 0.78% 0.63% -
HSV(B) 240.4º 0.64% 0.92% -
XYZ 21.94 14.42 79.47 -
YUV 102.29 202.33 116.38 -
System Red Green Blue C M Y K H S L
Decimal 86 85 234 0.63 0.64 0 0.08 240.4 0.78 0.63
Hex 56 55 EA 3F 40 0 8 F0 4E 3F
Octal 126 125 352 77 100 0 10 360 116 77
Binary 1010110 1010101 11101010 111111 1000000 0 1000 11110000 1001110 111111

Color Harmonies of #5655EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655EA

Black with #5655EA

Text Example


Text Example

White with #5655EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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