Html Css Color HEX #5937F0 Neon Blue

📋 copy color: '#5937F0'

red 89 ◦ green 55 ◦ blue 240

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

Shades of Neon Blue #5937F0

Tints of Neon Blue #5937F0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.32%

 BLUE value IS 240 (94.14% from 255) = 62.5%

R = 23.18%
G = 14.32%
B = 62.5%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5937F0 (or 0x5937F0) is known color: Neon Blue. HEX triplet: 59, 37 and F0. RGB value is (89,55,240). Sum of RGB (Red+Green+Blue) = 89+55+240=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #5937F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5937F0 is #A6C80F. Grayscale: #555555. Windows color (decimal): -10930192 or 15742809. OLE color: 15742809.

HSL color Cylindrical-coordinate representation of color #5937F0: hue angle of 251.03º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5937F0 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 55 240 -
CMYK 0.63 0.77 0 0.06
HSL 251.03º 0.86% 0.58% -
HSV(B) 251.03º 0.77% 0.94% -
XYZ 21.21 11.15 83.47 -
YUV 86.26 214.76 129.96 -
System Red Green Blue C M Y K H S L
Decimal 89 55 240 0.63 0.77 0 0.06 251.03 0.86 0.58
Hex 59 37 F0 3F 4D 0 6 FB 56 3A
Octal 131 67 360 77 115 0 6 373 126 72
Binary 1011001 110111 11110000 111111 1001101 0 110 11111011 1010110 111010

Color Harmonies of #5937F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5937F0

Black with #5937F0

Text Example


Text Example

White with #5937F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5937F0; }

 p { color: rgb(89,55,240); }

 H1.HeaderClassName
 {
   color: #5937F0;
 }
 .AnyTagClassName
 {
   color: #5937F0;
 }
</style>

background-color css

<style>
 a { background-color: #5937F0; }

 a { background-color: rgb(89,55,240); }

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

border-color css

<style>
 span { border-color: #5937F0; }

 span { border-color: rgb(89,55,240); }

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