#5557F5

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

Shades of Neon Blue #5557F5

Tints of Neon Blue #5557F5

Color information

#5557F5 (or 0x5557F5) is unknown color: approx Neon Blue. HEX triplet: 55, 57 and F5. RGB value is (85,87,245). Sum of RGB (Red+Green+Blue) = 85+87+245=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 245 (96.09% from 255 or 58.75% from 417); Max value from RGB is 245 - color contains mainly: blue. Hex color #5557F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5557F5 is #AAA80A. Grayscale: #676767. Windows color (decimal): -11184139 or 16078677. OLE color: 16078677.

HSL color Cylindrical-coordinate representation of color #5557F5: hue angle of 239.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5557F5 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8587245-
CMYK0.650.6400.04
HSL239.25º88.89%64.71%-
HSV(B)239.25º65.31%96.08%-
XYZ23.6415.3488.1-
YUV104.41207.34114.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 245 (96.09% from 255) = 58.75%
R=20.38%
G=20.86%
B=58.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal85872450.650.6400.04239.2588.8964.71
Hex5557F5414004ef5941
Octal12512736510110004357131101
Binary10101011010111111101011000001100000001001110111110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5557F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5557F5; }

 p { color: rgb(85,87,245); }

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

<style>
 a { background-color: #5557F5; }

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

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

<style>
 span { border-color: #5557F5; }

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

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