Html Css Color HEX #5E57EE Neon Blue

📋 copy color: '#5E57EE'

red 94 ◦ green 87 ◦ blue 238

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

Shades of Neon Blue #5E57EE

Tints of Neon Blue #5E57EE

RGB

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

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

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

R = 22.43%
G = 20.76%
B = 56.8%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E57EE (or 0x5E57EE) is known color: Neon Blue. HEX triplet: 5E, 57 and EE. RGB value is (94,87,238). Sum of RGB (Red+Green+Blue) = 94+87+238=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E57EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E57EE is #A1A811. Grayscale: #696969. Windows color (decimal): -10594322 or 15619934. OLE color: 15619934.

HSL color Cylindrical-coordinate representation of color #5E57EE: hue angle of 242.78º degrees, saturation: 0.82, 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 #5E57EE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 87 238 -
CMYK 0.61 0.63 0 0.07
HSL 242.78º 0.82% 0.64% -
HSV(B) 242.78º 0.63% 0.93% -
XYZ 23.46 15.37 82.62 -
YUV 106.31 202.32 119.22 -
System Red Green Blue C M Y K H S L
Decimal 94 87 238 0.61 0.63 0 0.07 242.78 0.82 0.64
Hex 5E 57 EE 3D 3F 0 7 F3 52 40
Octal 136 127 356 75 77 0 7 363 122 100
Binary 1011110 1010111 11101110 111101 111111 0 111 11110011 1010010 1000000

Color Harmonies of #5E57EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E57EE

Black with #5E57EE

Text Example


Text Example

White with #5E57EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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