#5540ED

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

Shades of Neon Blue #5540ED

Tints of Neon Blue #5540ED

Color information

#5540ED (or 0x5540ED) is unknown color: approx Neon Blue. HEX triplet: 55, 40 and ED. RGB value is (85,64,237). Sum of RGB (Red+Green+Blue) = 85+64+237=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #5540ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5540ED is #AABF12. Grayscale: #595959. Windows color (decimal): -11190035 or 15548501. OLE color: 15548501.

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

Color convert

RGB8564237-
CMYK0.640.7300.07
HSL247.28º82.78%59.02%-
HSV(B)247.28º73%92.94%-
XYZ20.8711.7181.28-
YUV90210.96124.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.02%
GREEN value IS 64 (25.39% from 255) = 16.58%
BLUE value IS 237 (92.97% from 255) = 61.40%
R=22.02%
G=16.58%
B=61.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal85642370.640.7300.07247.2882.7859.02
Hex5540ED404907f7533b
Octal1251003551001110736712373
Binary1010101100000011101101100000010010010111111101111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5540ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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