#5543ED

Color #5543ED Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5543ED

Tints of Neon Blue #5543ED

Color information

#5543ED (or 0x5543ED) is unknown color: approx Neon Blue. HEX triplet: 55, 43 and ED. RGB value is (85,67,237). Sum of RGB (Red+Green+Blue) = 85+67+237=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #5543ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5543ED is #AABC12. Grayscale: #5B5B5B. Windows color (decimal): -11189267 or 15549269. OLE color: 15549269.

HSL color Cylindrical-coordinate representation of color #5543ED: hue angle of 246.35º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5543ED is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8567237-
CMYK0.640.7200.07
HSL246.35º82.52%59.61%-
HSV(B)246.35º71.73%92.94%-
XYZ21.0412.0681.34-
YUV91.76209.96123.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 67 (26.56% from 255) = 17.22%
BLUE value IS 237 (92.97% from 255) = 60.93%
R=21.85%
G=17.22%
B=60.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal85672370.640.7200.07246.3582.5259.61
Hex5543ED404807f6533c
Octal1251033551001100736612374
Binary1010101100001111101101100000010010000111111101101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5543ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5543ED; }

 p { color: rgb(85,67,237); }

 H1.HeaderClassName
 {
   color: #5543ED;
 }
 .AnyTagClassName
 {
   color: #5543ED;
 }
</style>
background-color css

<style>
 a { background-color: #5543ED; }

 a { background-color: rgb(85,67,237); }

 div.DivClassName
 {
   background-color: #5543ED;
 }
 .BgClassName
 {
   background-color: #5543ED;
 }
</style>
border-color css

<style>
 span { border-color: #5543ED; }

 span { border-color: rgb(85,67,237); }

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