Html Css Color HEX #5960FA Neon Blue

📋 copy color: '#5960FA'

red 89 ◦ green 96 ◦ blue 250

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

Shades of Neon Blue #5960FA

Tints of Neon Blue #5960FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 20.46%
G = 22.07%
B = 57.47%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5960FA (or 0x5960FA) is known color: Neon Blue. HEX triplet: 59, 60 and FA. RGB value is (89,96,250). Sum of RGB (Red+Green+Blue) = 89+96+250=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #5960FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5960FA is #A69F05. Grayscale: #6E6E6E. Windows color (decimal): -10919686 or 16408665. OLE color: 16408665.

HSL color Cylindrical-coordinate representation of color #5960FA: hue angle of 237.39º degrees, saturation: 0.94, 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 #5960FA is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 96 250 -
CMYK 0.64 0.62 0 0.02
HSL 237.39º 0.94% 0.66% -
HSV(B) 237.39º 0.64% 0.98% -
XYZ 25.56 17.39 92.45 -
YUV 111.46 206.18 111.98 -
System Red Green Blue C M Y K H S L
Decimal 89 96 250 0.64 0.62 0 0.02 237.39 0.94 0.66
Hex 59 60 FA 40 3E 0 2 ED 5E 42
Octal 131 140 372 100 76 0 2 355 136 102
Binary 1011001 1100000 11111010 1000000 111110 0 10 11101101 1011110 1000010

Color Harmonies of #5960FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5960FA

Black with #5960FA

Text Example


Text Example

White with #5960FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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