Html Css Color HEX #5000FE Electric Indigo

📋 copy color: '#5000FE'

red 80 ◦ green 0 ◦ blue 254

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

Shades of Electric Indigo #5000FE

Tints of Electric Indigo #5000FE

RGB

 RED value IS 80 (31.64% from 255) = 23.95%

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

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

R = 23.95%
G = 0%
B = 76.05%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5000FE (or 0x5000FE) is known color: Electric Indigo. HEX triplet: 50, 00 and FE. RGB value is (80,0,254). Sum of RGB (Red+Green+Blue) = 80+0+254=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #5000FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5000FE is #AFFF01. Grayscale: #333333. Windows color (decimal): -11534082 or 16646224. OLE color: 16646224.

HSL color Cylindrical-coordinate representation of color #5000FE: hue angle of 258.9º 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 #5000FE is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 0 254 -
CMYK 0.69 1 0 0.00
HSL 258.9º 1% 0.5% -
HSV(B) 258.9º 1% 1% -
XYZ 21.2 8.86 94.36 -
YUV 52.88 241.5 147.35 -
System Red Green Blue C M Y K H S L
Decimal 80 0 254 0.69 1 0 0.00 258.9 1 0.5
Hex 50 0 FE 45 64 0 0 103 64 32
Octal 120 0 376 105 144 0 0 403 144 62
Binary 1010000 0 11111110 1000101 1100100 0 0 100000011 1100100 110010

Color Harmonies of #5000FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5000FE

Black with #5000FE

Text Example


Text Example

White with #5000FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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