Html Css Color HEX #5A37FD Neon Blue

📋 copy color: '#5A37FD'

red 90 ◦ green 55 ◦ blue 253

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

Shades of Neon Blue #5A37FD

Tints of Neon Blue #5A37FD

RGB

 RED value IS 90 (35.55% from 255) = 22.61%

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

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

R = 22.61%
G = 13.82%
B = 63.57%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5A37FD (or 0x5A37FD) is known color: Neon Blue. HEX triplet: 5A, 37 and FD. RGB value is (90,55,253). Sum of RGB (Red+Green+Blue) = 90+55+253=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A37FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A37FD is #A5C802. Grayscale: #575757. Windows color (decimal): -10864643 or 16594778. OLE color: 16594778.

HSL color Cylindrical-coordinate representation of color #5A37FD: hue angle of 250.61º 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 #5A37FD is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 55 253 -
CMYK 0.64 0.78 0 0.01
HSL 250.61º 0.98% 0.6% -
HSV(B) 250.61º 0.78% 0.99% -
XYZ 23.31 12 94.02 -
YUV 88.04 221.1 129.4 -
System Red Green Blue C M Y K H S L
Decimal 90 55 253 0.64 0.78 0 0.01 250.61 0.98 0.6
Hex 5A 37 FD 40 4E 0 1 FB 62 3C
Octal 132 67 375 100 116 0 1 373 142 74
Binary 1011010 110111 11111101 1000000 1001110 0 1 11111011 1100010 111100

Color Harmonies of #5A37FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A37FD

Black with #5A37FD

Text Example


Text Example

White with #5A37FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A37FD; }

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

 H1.HeaderClassName
 {
   color: #5A37FD;
 }
 .AnyTagClassName
 {
   color: #5A37FD;
 }
</style>

background-color css

<style>
 a { background-color: #5A37FD; }

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

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

border-color css

<style>
 span { border-color: #5A37FD; }

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

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