Html Css Color HEX #5965FA Neon Blue

📋 copy color: '#5965FA'

red 89 ◦ green 101 ◦ blue 250

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

Shades of Neon Blue #5965FA

Tints of Neon Blue #5965FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.95%

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

R = 20.23%
G = 22.95%
B = 56.82%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5965FA (or 0x5965FA) is known color: Neon Blue. HEX triplet: 59, 65 and FA. RGB value is (89,101,250). Sum of RGB (Red+Green+Blue) = 89+101+250=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #5965FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5965FA is #A69A05. Grayscale: #717171. Windows color (decimal): -10918406 or 16409945. OLE color: 16409945.

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

Color convert

RGB 89 101 250 -
CMYK 0.64 0.60 0 0.02
HSL 235.53º 0.94% 0.66% -
HSV(B) 235.53º 0.64% 0.98% -
XYZ 26.03 18.33 92.61 -
YUV 114.4 204.52 109.88 -
System Red Green Blue C M Y K H S L
Decimal 89 101 250 0.64 0.60 0 0.02 235.53 0.94 0.66
Hex 59 65 FA 40 3C 0 2 EC 5E 42
Octal 131 145 372 100 74 0 2 354 136 102
Binary 1011001 1100101 11111010 1000000 111100 0 10 11101100 1011110 1000010

Color Harmonies of #5965FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5965FA

Black with #5965FA

Text Example


Text Example

White with #5965FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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