#5C59FF

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

Shades of Neon Blue #5C59FF

Tints of Neon Blue #5C59FF

Color information

#5C59FF (or 0x5C59FF) is unknown color: approx Neon Blue. HEX triplet: 5C, 59 and FF. RGB value is (92,89,255). Sum of RGB (Red+Green+Blue) = 92+89+255=436 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.10% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C59FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C59FF is #A3A600. Grayscale: #6C6C6C. Windows color (decimal): -10724865 or 16734556. OLE color: 16734556.

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

Color convert

RGB9289255-
CMYK0.640.6500
HSL241.08º100%67.45%-
HSV(B)241.08º65.1%100%-
XYZ26.0416.6496.45-
YUV108.82210.49116-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.10%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 255 (100% from 255) = 58.49%
R=21.10%
G=20.41%
B=58.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal92892550.640.6500241.0810067.45
Hex5C59FF404100f16443
Octal13413137710010100361144103
Binary101110010110011111111110000001000001001111000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C59FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C59FF; }

 p { color: rgb(92,89,255); }

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

<style>
 a { background-color: #5C59FF; }

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

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

<style>
 span { border-color: #5C59FF; }

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

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