Html Css Color HEX #5E57F9 Neon Blue

📋 copy color: '#5E57F9'

red 94 ◦ green 87 ◦ blue 249

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

Shades of Neon Blue #5E57F9

Tints of Neon Blue #5E57F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 57.91%

R = 21.86%
G = 20.23%
B = 57.91%

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

#5E57F9 (or 0x5E57F9) is known color: Neon Blue. HEX triplet: 5E, 57 and F9. RGB value is (94,87,249). Sum of RGB (Red+Green+Blue) = 94+87+249=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E57F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E57F9 is #A1A806. Grayscale: #6A6A6A. Windows color (decimal): -10594311 or 16340830. OLE color: 16340830.

HSL color Cylindrical-coordinate representation of color #5E57F9: hue angle of 242.59º degrees, saturation: 0.93, 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 #5E57F9 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 87 249 -
CMYK 0.62 0.65 0 0.02
HSL 242.59º 0.93% 0.66% -
HSV(B) 242.59º 0.65% 0.98% -
XYZ 25.12 16.04 91.39 -
YUV 107.56 207.82 118.33 -
System Red Green Blue C M Y K H S L
Decimal 94 87 249 0.62 0.65 0 0.02 242.59 0.93 0.66
Hex 5E 57 F9 3E 41 0 2 F3 5D 42
Octal 136 127 371 76 101 0 2 363 135 102
Binary 1011110 1010111 11111001 111110 1000001 0 10 11110011 1011101 1000010

Color Harmonies of #5E57F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E57F9

Black with #5E57F9

Text Example


Text Example

White with #5E57F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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