Html Css Color HEX #5E59FA Neon Blue

📋 copy color: '#5E59FA'

red 94 ◦ green 89 ◦ blue 250

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

Shades of Neon Blue #5E59FA

Tints of Neon Blue #5E59FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.55%

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

R = 21.71%
G = 20.55%
B = 57.74%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E59FA (or 0x5E59FA) is known color: Neon Blue. HEX triplet: 5E, 59 and FA. RGB value is (94,89,250). Sum of RGB (Red+Green+Blue) = 94+89+250=433 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.71% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E59FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E59FA is #A1A605. Grayscale: #6C6C6C. Windows color (decimal): -10593798 or 16406878. OLE color: 16406878.

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

Color convert

RGB 94 89 250 -
CMYK 0.62 0.64 0 0.02
HSL 241.86º 0.94% 0.66% -
HSV(B) 241.86º 0.64% 0.98% -
XYZ 25.44 16.43 92.27 -
YUV 108.85 207.66 117.41 -
System Red Green Blue C M Y K H S L
Decimal 94 89 250 0.62 0.64 0 0.02 241.86 0.94 0.66
Hex 5E 59 FA 3E 40 0 2 F2 5E 42
Octal 136 131 372 76 100 0 2 362 136 102
Binary 1011110 1011001 11111010 111110 1000000 0 10 11110010 1011110 1000010

Color Harmonies of #5E59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E59FA

Black with #5E59FA

Text Example


Text Example

White with #5E59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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