Html Css Color HEX #5D4AEF Neon Blue

📋 copy color: '#5D4AEF'

red 93 ◦ green 74 ◦ blue 239

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

Shades of Neon Blue #5D4AEF

Tints of Neon Blue #5D4AEF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.23%

 BLUE value IS 239 (93.75% from 255) = 58.87%

R = 22.91%
G = 18.23%
B = 58.87%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5D4AEF (or 0x5D4AEF) is known color: Neon Blue. HEX triplet: 5D, 4A and EF. RGB value is (93,74,239). Sum of RGB (Red+Green+Blue) = 93+74+239=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D4AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D4AEF is #A2B510. Grayscale: #616161. Windows color (decimal): -10663185 or 15682141. OLE color: 15682141.

HSL color Cylindrical-coordinate representation of color #5D4AEF: hue angle of 246.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D4AEF is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 74 239 -
CMYK 0.61 0.69 0 0.06
HSL 246.91º 0.84% 0.61% -
HSV(B) 246.91º 0.69% 0.94% -
XYZ 22.54 13.46 83.07 -
YUV 98.49 207.29 124.08 -
System Red Green Blue C M Y K H S L
Decimal 93 74 239 0.61 0.69 0 0.06 246.91 0.84 0.61
Hex 5D 4A EF 3D 45 0 6 F7 54 3D
Octal 135 112 357 75 105 0 6 367 124 75
Binary 1011101 1001010 11101111 111101 1000101 0 110 11110111 1010100 111101

Color Harmonies of #5D4AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4AEF

Black with #5D4AEF

Text Example


Text Example

White with #5D4AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,74,239); }

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

background-color css

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

 a { background-color: rgb(93,74,239); }

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

border-color css

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

 span { border-color: rgb(93,74,239); }

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