Html Css Color HEX #5D47E9 Neon Blue

📋 copy color: '#5D47E9'

red 93 ◦ green 71 ◦ blue 233

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

Shades of Neon Blue #5D47E9

Tints of Neon Blue #5D47E9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.88%

 BLUE value IS 233 (91.41% from 255) = 58.69%

R = 23.43%
G = 17.88%
B = 58.69%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5D47E9 (or 0x5D47E9) is known color: Neon Blue. HEX triplet: 5D, 47 and E9. RGB value is (93,71,233). Sum of RGB (Red+Green+Blue) = 93+71+233=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 233 (91.41% from 255 or 58.69% from 397); Max value from RGB is 233 - color contains mainly: blue. Hex color #5D47E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D47E9 is #A2B816. Grayscale: #5F5F5F. Windows color (decimal): -10663959 or 15288157. OLE color: 15288157.

HSL color Cylindrical-coordinate representation of color #5D47E9: hue angle of 248.15º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D47E9 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 93 71 233 -
CMYK 0.60 0.70 0 0.09
HSL 248.15º 0.79% 0.6% -
HSV(B) 248.15º 0.7% 0.91% -
XYZ 21.48 12.72 78.41 -
YUV 96.05 205.29 125.83 -
System Red Green Blue C M Y K H S L
Decimal 93 71 233 0.60 0.70 0 0.09 248.15 0.79 0.6
Hex 5D 47 E9 3C 46 0 9 F8 4F 3C
Octal 135 107 351 74 106 0 11 370 117 74
Binary 1011101 1000111 11101001 111100 1000110 0 1001 11111000 1001111 111100

Color Harmonies of #5D47E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D47E9

Black with #5D47E9

Text Example


Text Example

White with #5D47E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,71,233); }

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

background-color css

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

 a { background-color: rgb(93,71,233); }

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

border-color css

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

 span { border-color: rgb(93,71,233); }

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