Html Css Color HEX #5965FD Neon Blue

📋 copy color: '#5965FD'

red 89 ◦ green 101 ◦ blue 253

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

Shades of Neon Blue #5965FD

Tints of Neon Blue #5965FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.11%

R = 20.09%
G = 22.8%
B = 57.11%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5965FD (or 0x5965FD) is known color: Neon Blue. HEX triplet: 59, 65 and FD. RGB value is (89,101,253). Sum of RGB (Red+Green+Blue) = 89+101+253=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #5965FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5965FD is #A69A02. Grayscale: #727272. Windows color (decimal): -10918403 or 16606553. OLE color: 16606553.

HSL color Cylindrical-coordinate representation of color #5965FD: hue angle of 235.61º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5965FD is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 101 253 -
CMYK 0.65 0.60 0 0.01
HSL 235.61º 0.98% 0.67% -
HSV(B) 235.61º 0.65% 0.99% -
XYZ 26.5 18.52 95.11 -
YUV 114.74 206.02 109.64 -
System Red Green Blue C M Y K H S L
Decimal 89 101 253 0.65 0.60 0 0.01 235.61 0.98 0.67
Hex 59 65 FD 41 3C 0 1 EC 62 43
Octal 131 145 375 101 74 0 1 354 142 103
Binary 1011001 1100101 11111101 1000001 111100 0 1 11101100 1100010 1000011

Color Harmonies of #5965FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5965FD

Black with #5965FD

Text Example


Text Example

White with #5965FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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