#5957FC

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

Shades of Neon Blue #5957FC

Tints of Neon Blue #5957FC

Color information

#5957FC (or 0x5957FC) is unknown color: approx Neon Blue. HEX triplet: 59, 57 and FC. RGB value is (89,87,252). Sum of RGB (Red+Green+Blue) = 89+87+252=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #5957FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5957FC is #A6A803. Grayscale: #696969. Windows color (decimal): -10921988 or 16537433. OLE color: 16537433.

HSL color Cylindrical-coordinate representation of color #5957FC: hue angle of 240.73º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5957FC is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8987252-
CMYK0.650.6500.01
HSL240.73º96.49%66.47%-
HSV(B)240.73º65.48%98.82%-
XYZ25.115.9793.85-
YUV106.41210.16115.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.79%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 252 (98.83% from 255) = 58.88%
R=20.79%
G=20.33%
B=58.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal89872520.650.6500.01240.7396.4966.47
Hex5957FC414101f16042
Octal13112737410110101361140102
Binary101100110101111111110010000011000001011111000111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5957FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5957FC; }

 p { color: rgb(89,87,252); }

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

<style>
 a { background-color: #5957FC; }

 a { background-color: rgb(89,87,252); }

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

<style>
 span { border-color: #5957FC; }

 span { border-color: rgb(89,87,252); }

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