Html Css Color HEX #5960EF Neon Blue

📋 copy color: '#5960EF'

red 89 ◦ green 96 ◦ blue 239

#5960EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5960EF

Tints of Neon Blue #5960EF

RGB

 RED value IS 89 (35.16% from 255) = 20.99%

 GREEN value IS 96 (37.89% from 255) = 22.64%

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 20.99%
G = 22.64%
B = 56.37%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5960EF (or 0x5960EF) is known color: Neon Blue. HEX triplet: 59, 60 and EF. RGB value is (89,96,239). Sum of RGB (Red+Green+Blue) = 89+96+239=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #5960EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5960EF is #A69F10. Grayscale: #6D6D6D. Windows color (decimal): -10919697 or 15687769. OLE color: 15687769.

HSL color Cylindrical-coordinate representation of color #5960EF: hue angle of 237.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5960EF is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 96 239 -
CMYK 0.63 0.60 0 0.06
HSL 237.2º 0.82% 0.64% -
HSV(B) 237.2º 0.63% 0.94% -
XYZ 23.88 16.72 83.63 -
YUV 110.21 200.68 112.87 -
System Red Green Blue C M Y K H S L
Decimal 89 96 239 0.63 0.60 0 0.06 237.2 0.82 0.64
Hex 59 60 EF 3F 3C 0 6 ED 52 40
Octal 131 140 357 77 74 0 6 355 122 100
Binary 1011001 1100000 11101111 111111 111100 0 110 11101101 1010010 1000000

Color Harmonies of #5960EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5960EF

Black with #5960EF

Text Example


Text Example

White with #5960EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5960EF;
 }
 .AnyTagClassName
 {
   color: #5960EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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