Html Css Color HEX #5937FD Neon Blue

📋 copy color: '#5937FD'

red 89 ◦ green 55 ◦ blue 253

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

Shades of Neon Blue #5937FD

Tints of Neon Blue #5937FD

RGB

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

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

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

R = 22.42%
G = 13.85%
B = 63.73%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5937FD (or 0x5937FD) is known color: Neon Blue. HEX triplet: 59, 37 and FD. RGB value is (89,55,253). Sum of RGB (Red+Green+Blue) = 89+55+253=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #5937FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5937FD is #A6C802. Grayscale: #565656. Windows color (decimal): -10930179 or 16594777. OLE color: 16594777.

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

Color convert

RGB 89 55 253 -
CMYK 0.65 0.78 0 0.01
HSL 250.3º 0.98% 0.6% -
HSV(B) 250.3º 0.78% 0.99% -
XYZ 23.22 11.95 94.01 -
YUV 87.74 221.26 128.9 -
System Red Green Blue C M Y K H S L
Decimal 89 55 253 0.65 0.78 0 0.01 250.3 0.98 0.6
Hex 59 37 FD 41 4E 0 1 FA 62 3C
Octal 131 67 375 101 116 0 1 372 142 74
Binary 1011001 110111 11111101 1000001 1001110 0 1 11111010 1100010 111100

Color Harmonies of #5937FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5937FD

Black with #5937FD

Text Example


Text Example

White with #5937FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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