Html Css Color HEX #5971FF Neon Blue

📋 copy color: '#5971FF'

red 89 ◦ green 113 ◦ blue 255

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

Shades of Neon Blue #5971FF

Tints of Neon Blue #5971FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.73%

 BLUE value IS 255 (100% from 255) = 55.8%

R = 19.47%
G = 24.73%
B = 55.8%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5971FF (or 0x5971FF) is known color: Neon Blue. HEX triplet: 59, 71 and FF. RGB value is (89,113,255). Sum of RGB (Red+Green+Blue) = 89+113+255=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #5971FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5971FF is #A68E00. Grayscale: #797979. Windows color (decimal): -10915329 or 16740697. OLE color: 16740697.

HSL color Cylindrical-coordinate representation of color #5971FF: hue angle of 231.33º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5971FF is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 89 113 255 -
CMYK 0.65 0.56 0 0
HSL 231.33º 1% 0.67% -
HSV(B) 231.33º 0.65% 1% -
XYZ 28.07 21.15 97.21 -
YUV 122.01 203.05 104.45 -
System Red Green Blue C M Y K H S L
Decimal 89 113 255 0.65 0.56 0 0 231.33 1 0.67
Hex 59 71 FF 41 38 0 0 E7 64 43
Octal 131 161 377 101 70 0 0 347 144 103
Binary 1011001 1110001 11111111 1000001 111000 0 0 11100111 1100100 1000011

Color Harmonies of #5971FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5971FF

Black with #5971FF

Text Example


Text Example

White with #5971FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5971FF; }

 p { color: rgb(89,113,255); }

 H1.HeaderClassName
 {
   color: #5971FF;
 }
 .AnyTagClassName
 {
   color: #5971FF;
 }
</style>

background-color css

<style>
 a { background-color: #5971FF; }

 a { background-color: rgb(89,113,255); }

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

border-color css

<style>
 span { border-color: #5971FF; }

 span { border-color: rgb(89,113,255); }

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