#5555ED

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

Shades of Neon Blue #5555ED

Tints of Neon Blue #5555ED

Color information

#5555ED (or 0x5555ED) is unknown color: approx Neon Blue. HEX triplet: 55, 55 and ED. RGB value is (85,85,237). Sum of RGB (Red+Green+Blue) = 85+85+237=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #5555ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5555ED is #AAAA12. Grayscale: #656565. Windows color (decimal): -11184659 or 15553877. OLE color: 15553877.

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

Color convert

RGB8585237-
CMYK0.640.6400.07
HSL240º80.85%63.14%-
HSV(B)240º64.14%92.94%-
XYZ22.2814.5481.75-
YUV102.33204115.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 237 (92.97% from 255) = 58.23%
R=20.88%
G=20.88%
B=58.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal85852370.640.6400.0724080.8563.14
Hex5555ED404007f0513f
Octal1251253551001000736012177
Binary1010101101010111101101100000010000000111111100001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5555ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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