#5960FE

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

Shades of Neon Blue #5960FE

Tints of Neon Blue #5960FE

Color information

#5960FE (or 0x5960FE) is unknown color: approx Neon Blue. HEX triplet: 59, 60 and FE. RGB value is (89,96,254). Sum of RGB (Red+Green+Blue) = 89+96+254=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #5960FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5960FE is #A69F01. Grayscale: #6F6F6F. Windows color (decimal): -10919682 or 16670809. OLE color: 16670809.

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

Color convert

RGB8996254-
CMYK0.650.6200.00
HSL237.45º98.8%67.25%-
HSV(B)237.45º64.96%99.61%-
XYZ26.1917.6595.79-
YUV111.92208.18111.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.27%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 254 (99.61% from 255) = 57.86%
R=20.27%
G=21.87%
B=57.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal89962540.650.6200.00237.4598.867.25
Hex5960FE413E00ed6343
Octal1311403761017600355143103
Binary10110011100000111111101000001111110001110110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5960FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5960FE; }

 p { color: rgb(89,96,254); }

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

<style>
 a { background-color: #5960FE; }

 a { background-color: rgb(89,96,254); }

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

<style>
 span { border-color: #5960FE; }

 span { border-color: rgb(89,96,254); }

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