Html Css Color HEX #5E01FE Electric Indigo

📋 copy color: '#5E01FE'

red 94 ◦ green 1 ◦ blue 254

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

Shades of Electric Indigo #5E01FE

Tints of Electric Indigo #5E01FE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 254 (99.61% from 255) = 72.78%

R = 26.93%
G = 0.29%
B = 72.78%

CMYK

 C value IS 0.63

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5E01FE (or 0x5E01FE) is known color: Electric Indigo. HEX triplet: 5E, 01 and FE. RGB value is (94,1,254). Sum of RGB (Red+Green+Blue) = 94+1+254=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E01FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E01FE is #A1FE01. Grayscale: #383838. Windows color (decimal): -10616322 or 16646494. OLE color: 16646494.

HSL color Cylindrical-coordinate representation of color #5E01FE: hue angle of 262.06º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E01FE is Cyan = 0.63, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 94 1 254 -
CMYK 0.63 1.00 0 0.00
HSL 262.06º 0.99% 0.5% -
HSV(B) 262.06º 1% 1% -
XYZ 22.52 9.56 94.42 -
YUV 57.65 238.81 153.93 -
System Red Green Blue C M Y K H S L
Decimal 94 1 254 0.63 1.00 0 0.00 262.06 0.99 0.5
Hex 5E 1 FE 3F 64 0 0 106 63 32
Octal 136 1 376 77 144 0 0 406 143 62
Binary 1011110 1 11111110 111111 1100100 0 0 100000110 1100011 110010

Color Harmonies of #5E01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E01FE

Black with #5E01FE

Text Example


Text Example

White with #5E01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,1,254); }

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

background-color css

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

 a { background-color: rgb(94,1,254); }

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

border-color css

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

 span { border-color: rgb(94,1,254); }

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