Html Css Color HEX #5960F9 Neon Blue

📋 copy color: '#5960F9'

red 89 ◦ green 96 ◦ blue 249

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

Shades of Neon Blue #5960F9

Tints of Neon Blue #5960F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 57.37%

R = 20.51%
G = 22.12%
B = 57.37%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5960F9 (or 0x5960F9) is known color: Neon Blue. HEX triplet: 59, 60 and F9. RGB value is (89,96,249). Sum of RGB (Red+Green+Blue) = 89+96+249=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 249 (97.66% from 255 or 57.37% from 434); Max value from RGB is 249 - color contains mainly: blue. Hex color #5960F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5960F9 is #A69F06. Grayscale: #6E6E6E. Windows color (decimal): -10919687 or 16343129. OLE color: 16343129.

HSL color Cylindrical-coordinate representation of color #5960F9: hue angle of 237.38º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5960F9 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 96 249 -
CMYK 0.64 0.61 0 0.02
HSL 237.38º 0.93% 0.66% -
HSV(B) 237.38º 0.64% 0.98% -
XYZ 25.4 17.33 91.63 -
YUV 111.35 205.68 112.06 -
System Red Green Blue C M Y K H S L
Decimal 89 96 249 0.64 0.61 0 0.02 237.38 0.93 0.66
Hex 59 60 F9 40 3D 0 2 ED 5D 42
Octal 131 140 371 100 75 0 2 355 135 102
Binary 1011001 1100000 11111001 1000000 111101 0 10 11101101 1011101 1000010

Color Harmonies of #5960F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5960F9

Black with #5960F9

Text Example


Text Example

White with #5960F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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