Html Css Color HEX #5D37FD Neon Blue

📋 copy color: '#5D37FD'

red 93 ◦ green 55 ◦ blue 253

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

Shades of Neon Blue #5D37FD

Tints of Neon Blue #5D37FD

RGB

 RED value IS 93 (36.72% from 255) = 23.19%

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

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

R = 23.19%
G = 13.72%
B = 63.09%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D37FD (or 0x5D37FD) is known color: Neon Blue. HEX triplet: 5D, 37 and FD. RGB value is (93,55,253). Sum of RGB (Red+Green+Blue) = 93+55+253=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D37FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D37FD is #A2C802. Grayscale: #585858. Windows color (decimal): -10668035 or 16594781. OLE color: 16594781.

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

Color convert

RGB 93 55 253 -
CMYK 0.63 0.78 0 0.01
HSL 251.52º 0.98% 0.6% -
HSV(B) 251.52º 0.78% 0.99% -
XYZ 23.61 12.15 94.03 -
YUV 88.93 220.59 130.9 -
System Red Green Blue C M Y K H S L
Decimal 93 55 253 0.63 0.78 0 0.01 251.52 0.98 0.6
Hex 5D 37 FD 3F 4E 0 1 FC 62 3C
Octal 135 67 375 77 116 0 1 374 142 74
Binary 1011101 110111 11111101 111111 1001110 0 1 11111100 1100010 111100

Color Harmonies of #5D37FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D37FD

Black with #5D37FD

Text Example


Text Example

White with #5D37FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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