#5555FF

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

Shades of Neon Blue #5555FF

Tints of Neon Blue #5555FF

Color information

#5555FF (or 0x5555FF) is unknown color: approx Neon Blue. HEX triplet: 55, 55 and FF. RGB value is (85,85,255). Sum of RGB (Red+Green+Blue) = 85+85+255=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #5555FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5555FF is #AAAA00. Grayscale: #676767. Windows color (decimal): -11184641 or 16733525. OLE color: 16733525.

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

Color convert

RGB8585255-
CMYK0.670.6700
HSL240º100%66.67%-
HSV(B)240º66.67%100%-
XYZ25.0415.6596.31-
YUV104.38213114.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 255 (100% from 255) = 60%
R=20%
G=20%
B=60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal85852550.670.670024010066.67
Hex5555FF434300f06443
Octal12512537710310300360144103
Binary101010110101011111111110000111000011001111000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5555FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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