Html Css Color HEX #5D4DED Neon Blue

📋 copy color: '#5D4DED'

red 93 ◦ green 77 ◦ blue 237

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

Shades of Neon Blue #5D4DED

Tints of Neon Blue #5D4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.92%

 BLUE value IS 237 (92.97% from 255) = 58.23%

R = 22.85%
G = 18.92%
B = 58.23%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D4DED (or 0x5D4DED) is known color: Neon Blue. HEX triplet: 5D, 4D and ED. RGB value is (93,77,237). Sum of RGB (Red+Green+Blue) = 93+77+237=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D4DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D4DED is #A2B212. Grayscale: #636363. Windows color (decimal): -10662419 or 15551837. OLE color: 15551837.

HSL color Cylindrical-coordinate representation of color #5D4DED: hue angle of 246º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D4DED is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 77 237 -
CMYK 0.61 0.68 0 0.07
HSL 246º 0.82% 0.62% -
HSV(B) 246º 0.68% 0.93% -
XYZ 22.45 13.75 81.59 -
YUV 100.02 205.3 122.99 -
System Red Green Blue C M Y K H S L
Decimal 93 77 237 0.61 0.68 0 0.07 246 0.82 0.62
Hex 5D 4D ED 3D 44 0 7 F6 52 3E
Octal 135 115 355 75 104 0 7 366 122 76
Binary 1011101 1001101 11101101 111101 1000100 0 111 11110110 1010010 111110

Color Harmonies of #5D4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4DED

Black with #5D4DED

Text Example


Text Example

White with #5D4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,77,237); }

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

background-color css

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

 a { background-color: rgb(93,77,237); }

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

border-color css

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

 span { border-color: rgb(93,77,237); }

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