Html Css Color HEX #5E57FA Neon Blue

📋 copy color: '#5E57FA'

red 94 ◦ green 87 ◦ blue 250

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

Shades of Neon Blue #5E57FA

Tints of Neon Blue #5E57FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58%

R = 21.81%
G = 20.19%
B = 58%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E57FA (or 0x5E57FA) is known color: Neon Blue. HEX triplet: 5E, 57 and FA. RGB value is (94,87,250). Sum of RGB (Red+Green+Blue) = 94+87+250=431 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.81% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E57FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E57FA is #A1A805. Grayscale: #6B6B6B. Windows color (decimal): -10594310 or 16406366. OLE color: 16406366.

HSL color Cylindrical-coordinate representation of color #5E57FA: hue angle of 242.58º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E57FA is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 87 250 -
CMYK 0.62 0.65 0 0.02
HSL 242.58º 0.94% 0.66% -
HSV(B) 242.58º 0.65% 0.98% -
XYZ 25.28 16.1 92.22 -
YUV 107.68 208.32 118.25 -
System Red Green Blue C M Y K H S L
Decimal 94 87 250 0.62 0.65 0 0.02 242.58 0.94 0.66
Hex 5E 57 FA 3E 41 0 2 F3 5E 42
Octal 136 127 372 76 101 0 2 363 136 102
Binary 1011110 1010111 11111010 111110 1000001 0 10 11110011 1011110 1000010

Color Harmonies of #5E57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E57FA

Black with #5E57FA

Text Example


Text Example

White with #5E57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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