Html Css Color HEX #5E57ED Neon Blue

📋 copy color: '#5E57ED'

red 94 ◦ green 87 ◦ blue 237

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

Shades of Neon Blue #5E57ED

Tints of Neon Blue #5E57ED

RGB

 RED value IS 94 (37.11% from 255) = 22.49%

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

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

R = 22.49%
G = 20.81%
B = 56.7%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E57ED (or 0x5E57ED) is known color: Neon Blue. HEX triplet: 5E, 57 and ED. RGB value is (94,87,237). Sum of RGB (Red+Green+Blue) = 94+87+237=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #5E57ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E57ED is #A1A812. Grayscale: #696969. Windows color (decimal): -10594323 or 15554398. OLE color: 15554398.

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

Color convert

RGB 94 87 237 -
CMYK 0.60 0.63 0 0.07
HSL 242.8º 0.81% 0.64% -
HSV(B) 242.8º 0.63% 0.93% -
XYZ 23.31 15.31 81.85 -
YUV 106.19 201.82 119.3 -
System Red Green Blue C M Y K H S L
Decimal 94 87 237 0.60 0.63 0 0.07 242.8 0.81 0.64
Hex 5E 57 ED 3C 3F 0 7 F3 51 40
Octal 136 127 355 74 77 0 7 363 121 100
Binary 1011110 1010111 11101101 111100 111111 0 111 11110011 1010001 1000000

Color Harmonies of #5E57ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E57ED

Black with #5E57ED

Text Example


Text Example

White with #5E57ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E57ED; }

 p { color: rgb(94,87,237); }

 H1.HeaderClassName
 {
   color: #5E57ED;
 }
 .AnyTagClassName
 {
   color: #5E57ED;
 }
</style>

background-color css

<style>
 a { background-color: #5E57ED; }

 a { background-color: rgb(94,87,237); }

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

border-color css

<style>
 span { border-color: #5E57ED; }

 span { border-color: rgb(94,87,237); }

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