Html Css Color HEX #5D37FC Neon Blue

📋 copy color: '#5D37FC'

red 93 ◦ green 55 ◦ blue 252

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

Shades of Neon Blue #5D37FC

Tints of Neon Blue #5D37FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63%

R = 23.25%
G = 13.75%
B = 63%

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

#5D37FC (or 0x5D37FC) is known color: Neon Blue. HEX triplet: 5D, 37 and FC. RGB value is (93,55,252). Sum of RGB (Red+Green+Blue) = 93+55+252=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D37FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D37FC is #A2C803. Grayscale: #585858. Windows color (decimal): -10668036 or 16529245. OLE color: 16529245.

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

Color convert

RGB 93 55 252 -
CMYK 0.63 0.78 0 0.01
HSL 251.57º 0.97% 0.6% -
HSV(B) 251.57º 0.78% 0.99% -
XYZ 23.45 12.09 93.19 -
YUV 88.82 220.09 130.98 -
System Red Green Blue C M Y K H S L
Decimal 93 55 252 0.63 0.78 0 0.01 251.57 0.97 0.6
Hex 5D 37 FC 3F 4E 0 1 FC 61 3C
Octal 135 67 374 77 116 0 1 374 141 74
Binary 1011101 110111 11111100 111111 1001110 0 1 11111100 1100001 111100

Color Harmonies of #5D37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D37FC

Black with #5D37FC

Text Example


Text Example

White with #5D37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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