Html Css Color HEX #5E47EF Neon Blue

📋 copy color: '#5E47EF'

red 94 ◦ green 71 ◦ blue 239

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

Shades of Neon Blue #5E47EF

Tints of Neon Blue #5E47EF

RGB

 RED value IS 94 (37.11% from 255) = 23.27%

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

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

R = 23.27%
G = 17.57%
B = 59.16%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5E47EF (or 0x5E47EF) is known color: Neon Blue. HEX triplet: 5E, 47 and EF. RGB value is (94,71,239). Sum of RGB (Red+Green+Blue) = 94+71+239=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E47EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E47EF is #A1B810. Grayscale: #606060. Windows color (decimal): -10598417 or 15681374. OLE color: 15681374.

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

Color convert

RGB 94 71 239 -
CMYK 0.61 0.70 0 0.06
HSL 248.21º 0.84% 0.61% -
HSV(B) 248.21º 0.7% 0.94% -
XYZ 22.45 13.12 83.01 -
YUV 97.03 208.12 125.84 -
System Red Green Blue C M Y K H S L
Decimal 94 71 239 0.61 0.70 0 0.06 248.21 0.84 0.61
Hex 5E 47 EF 3D 46 0 6 F8 54 3D
Octal 136 107 357 75 106 0 6 370 124 75
Binary 1011110 1000111 11101111 111101 1000110 0 110 11111000 1010100 111101

Color Harmonies of #5E47EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E47EF

Black with #5E47EF

Text Example


Text Example

White with #5E47EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,71,239); }

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

background-color css

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

 a { background-color: rgb(94,71,239); }

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

border-color css

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

 span { border-color: rgb(94,71,239); }

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