Html Css Color HEX #5404FE Electric Indigo

📋 copy color: '#5404FE'

red 84 ◦ green 4 ◦ blue 254

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

Shades of Electric Indigo #5404FE

Tints of Electric Indigo #5404FE

RGB

 RED value IS 84 (33.2% from 255) = 24.56%

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 24.56%
G = 1.17%
B = 74.27%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5404FE (or 0x5404FE) is known color: Electric Indigo. HEX triplet: 54, 04 and FE. RGB value is (84,4,254). Sum of RGB (Red+Green+Blue) = 84+4+254=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #5404FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5404FE is #ABFB01. Grayscale: #373737. Windows color (decimal): -11270914 or 16647252. OLE color: 16647252.

HSL color Cylindrical-coordinate representation of color #5404FE: hue angle of 259.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404FE is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 84 4 254 -
CMYK 0.67 0.98 0 0.00
HSL 259.2º 0.99% 0.51% -
HSV(B) 259.2º 0.98% 1% -
XYZ 21.59 9.13 94.39 -
YUV 56.42 239.5 147.67 -
System Red Green Blue C M Y K H S L
Decimal 84 4 254 0.67 0.98 0 0.00 259.2 0.99 0.51
Hex 54 4 FE 43 62 0 0 103 63 33
Octal 124 4 376 103 142 0 0 403 143 63
Binary 1010100 100 11111110 1000011 1100010 0 0 100000011 1100011 110011

Color Harmonies of #5404FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5404FE

Black with #5404FE

Text Example


Text Example

White with #5404FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5404FE; }

 p { color: rgb(84,4,254); }

 H1.HeaderClassName
 {
   color: #5404FE;
 }
 .AnyTagClassName
 {
   color: #5404FE;
 }
</style>

background-color css

<style>
 a { background-color: #5404FE; }

 a { background-color: rgb(84,4,254); }

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

border-color css

<style>
 span { border-color: #5404FE; }

 span { border-color: rgb(84,4,254); }

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