#5555ee

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

Shades of Neon Blue #5555EE

Tints of Neon Blue #5555EE

Color information

#5555EE (or 0x5555EE) is unknown color: approx Neon Blue. HEX triplet: 55, 55 and EE. RGB value is (85,85,238). Sum of RGB (Red+Green+Blue) = 85+85+238=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #5555EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5555EE is #AAAA11. Grayscale: #656565. Windows color (decimal): -11184658 or 15619413. OLE color: 15619413.

HSL color Cylindrical-coordinate representation of color #5555EE: hue angle of 240º degrees, saturation: 0.82, 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 #5555EE is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8585238-
CMYK0.640.6400.07
HSL240º81.82%63.33%-
HSV(B)240º64.29%93.33%-
XYZ22.4314.682.53-
YUV102.44204.5115.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 85 (33.59% from 255) = 20.83%
BLUE value IS 238 (93.36% from 255) = 58.33%
R=20.83%
G=20.83%
B=58.33%

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
Decimal85852380.640.6400.0724081.8263.33
Hex5555EE404007f0523f
Octal1251253561001000736012277
Binary1010101101010111101110100000010000000111111100001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5555ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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