Html Css Color HEX #5655EE Neon Blue

📋 copy color: '#5655EE'

red 86 ◦ green 85 ◦ blue 238

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

Shades of Neon Blue #5655EE

Tints of Neon Blue #5655EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.19%

R = 21.03%
G = 20.78%
B = 58.19%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5655EE (or 0x5655EE) is known color: Neon Blue. HEX triplet: 56, 55 and EE. RGB value is (86,85,238). Sum of RGB (Red+Green+Blue) = 86+85+238=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #5655EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5655EE is #A9AA11. Grayscale: #666666. Windows color (decimal): -11119122 or 15619414. OLE color: 15619414.

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

Color convert

RGB 86 85 238 -
CMYK 0.64 0.64 0 0.07
HSL 240.39º 0.82% 0.63% -
HSV(B) 240.39º 0.64% 0.93% -
XYZ 22.52 14.65 82.53 -
YUV 102.74 204.33 116.06 -
System Red Green Blue C M Y K H S L
Decimal 86 85 238 0.64 0.64 0 0.07 240.39 0.82 0.63
Hex 56 55 EE 40 40 0 7 F0 52 3F
Octal 126 125 356 100 100 0 7 360 122 77
Binary 1010110 1010101 11101110 1000000 1000000 0 111 11110000 1010010 111111

Color Harmonies of #5655EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655EE

Black with #5655EE

Text Example


Text Example

White with #5655EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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