Html Css Color HEX #5963FB Neon Blue

📋 copy color: '#5963FB'

red 89 ◦ green 99 ◦ blue 251

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

Shades of Neon Blue #5963FB

Tints of Neon Blue #5963FB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.55%

 BLUE value IS 251 (98.44% from 255) = 57.18%

R = 20.27%
G = 22.55%
B = 57.18%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5963FB (or 0x5963FB) is known color: Neon Blue. HEX triplet: 59, 63 and FB. RGB value is (89,99,251). Sum of RGB (Red+Green+Blue) = 89+99+251=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #5963FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5963FB is #A69C04. Grayscale: #707070. Windows color (decimal): -10918917 or 16474969. OLE color: 16474969.

HSL color Cylindrical-coordinate representation of color #5963FB: hue angle of 236.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5963FB is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 99 251 -
CMYK 0.65 0.61 0 0.02
HSL 236.3º 0.95% 0.67% -
HSV(B) 236.3º 0.65% 0.98% -
XYZ 25.99 18.01 93.37 -
YUV 113.34 205.69 110.64 -
System Red Green Blue C M Y K H S L
Decimal 89 99 251 0.65 0.61 0 0.02 236.3 0.95 0.67
Hex 59 63 FB 41 3D 0 2 EC 5F 43
Octal 131 143 373 101 75 0 2 354 137 103
Binary 1011001 1100011 11111011 1000001 111101 0 10 11101100 1011111 1000011

Color Harmonies of #5963FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5963FB

Black with #5963FB

Text Example


Text Example

White with #5963FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5963FB; }

 p { color: rgb(89,99,251); }

 H1.HeaderClassName
 {
   color: #5963FB;
 }
 .AnyTagClassName
 {
   color: #5963FB;
 }
</style>

background-color css

<style>
 a { background-color: #5963FB; }

 a { background-color: rgb(89,99,251); }

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

border-color css

<style>
 span { border-color: #5963FB; }

 span { border-color: rgb(89,99,251); }

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