Html Css Color HEX #5655ED Neon Blue

📋 copy color: '#5655ED'

red 86 ◦ green 85 ◦ blue 237

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

Shades of Neon Blue #5655ED

Tints of Neon Blue #5655ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.09%

R = 21.08%
G = 20.83%
B = 58.09%

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

#5655ED (or 0x5655ED) is known color: Neon Blue. HEX triplet: 56, 55 and ED. RGB value is (86,85,237). Sum of RGB (Red+Green+Blue) = 86+85+237=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #5655ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5655ED is #A9AA12. Grayscale: #666666. Windows color (decimal): -11119123 or 15553878. OLE color: 15553878.

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

Color convert

RGB 86 85 237 -
CMYK 0.64 0.64 0 0.07
HSL 240.39º 0.81% 0.63% -
HSV(B) 240.39º 0.64% 0.93% -
XYZ 22.37 14.59 81.76 -
YUV 102.63 203.83 116.14 -
System Red Green Blue C M Y K H S L
Decimal 86 85 237 0.64 0.64 0 0.07 240.39 0.81 0.63
Hex 56 55 ED 40 40 0 7 F0 51 3F
Octal 126 125 355 100 100 0 7 360 121 77
Binary 1010110 1010101 11101101 1000000 1000000 0 111 11110000 1010001 111111

Color Harmonies of #5655ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655ED

Black with #5655ED

Text Example


Text Example

White with #5655ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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