#5540DF

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

Shades of Neon Blue #5540DF

Tints of Neon Blue #5540DF

Color information

#5540DF (or 0x5540DF) is unknown color: approx Neon Blue. HEX triplet: 55, 40 and DF. RGB value is (85,64,223). Sum of RGB (Red+Green+Blue) = 85+64+223=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #5540DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540DF is #AABF20. Grayscale: #575757. Windows color (decimal): -11190049 or 14630997. OLE color: 14630997.

HSL color Cylindrical-coordinate representation of color #5540DF: hue angle of 247.92º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5540DF is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8564223-
CMYK0.620.7100.13
HSL247.92º71.3%56.27%-
HSV(B)247.92º71.3%87.45%-
XYZ18.910.9370.92-
YUV88.4203.96125.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.85%
GREEN value IS 64 (25.39% from 255) = 17.20%
BLUE value IS 223 (87.5% from 255) = 59.95%
R=22.85%
G=17.20%
B=59.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85642230.620.7100.13247.9271.356.27
Hex5540DF3E470Df84738
Octal1251003377610701537010770
Binary1010101100000011011111111110100011101101111110001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5540DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5540DF; }

 p { color: rgb(85,64,223); }

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

<style>
 a { background-color: #5540DF; }

 a { background-color: rgb(85,64,223); }

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

<style>
 span { border-color: #5540DF; }

 span { border-color: rgb(85,64,223); }

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