Html Css Color HEX #5C00FE Electric Indigo

📋 copy color: '#5C00FE'

red 92 ◦ green 0 ◦ blue 254

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

Shades of Electric Indigo #5C00FE

Tints of Electric Indigo #5C00FE

RGB

 RED value IS 92 (36.33% from 255) = 26.59%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.59%
G = 0%
B = 73.41%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5C00FE (or 0x5C00FE) is known color: Electric Indigo. HEX triplet: 5C, 00 and FE. RGB value is (92,0,254). Sum of RGB (Red+Green+Blue) = 92+0+254=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C00FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C00FE is #A3FF01. Grayscale: #373737. Windows color (decimal): -10747650 or 16646236. OLE color: 16646236.

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

Color convert

RGB 92 0 254 -
CMYK 0.64 1 0 0.00
HSL 261.73º 1% 0.5% -
HSV(B) 261.73º 1% 1% -
XYZ 22.3 9.43 94.41 -
YUV 56.46 239.48 153.35 -
System Red Green Blue C M Y K H S L
Decimal 92 0 254 0.64 1 0 0.00 261.73 1 0.5
Hex 5C 0 FE 40 64 0 0 106 64 32
Octal 134 0 376 100 144 0 0 406 144 62
Binary 1011100 0 11111110 1000000 1100100 0 0 100000110 1100100 110010

Color Harmonies of #5C00FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C00FE

Black with #5C00FE

Text Example


Text Example

White with #5C00FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,0,254); }

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

background-color css

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

 a { background-color: rgb(92,0,254); }

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

border-color css

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

 span { border-color: rgb(92,0,254); }

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