Html Css Color HEX #5657EA Neon Blue

📋 copy color: '#5657EA'

red 86 ◦ green 87 ◦ blue 234

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

Shades of Neon Blue #5657EA

Tints of Neon Blue #5657EA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.38%

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

R = 21.13%
G = 21.38%
B = 57.49%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5657EA (or 0x5657EA) is known color: Neon Blue. HEX triplet: 56, 57 and EA. RGB value is (86,87,234). Sum of RGB (Red+Green+Blue) = 86+87+234=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #5657EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5657EA is #A9A815. Grayscale: #666666. Windows color (decimal): -11118614 or 15357782. OLE color: 15357782.

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

Color convert

RGB 86 87 234 -
CMYK 0.63 0.63 0 0.08
HSL 239.59º 0.78% 0.63% -
HSV(B) 239.59º 0.63% 0.92% -
XYZ 22.1 14.74 79.52 -
YUV 103.46 201.67 115.55 -
System Red Green Blue C M Y K H S L
Decimal 86 87 234 0.63 0.63 0 0.08 239.59 0.78 0.63
Hex 56 57 EA 3F 3F 0 8 F0 4E 3F
Octal 126 127 352 77 77 0 10 360 116 77
Binary 1010110 1010111 11101010 111111 111111 0 1000 11110000 1001110 111111

Color Harmonies of #5657EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5657EA

Black with #5657EA

Text Example


Text Example

White with #5657EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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