Html Css Color HEX #5E39FB Neon Blue

📋 copy color: '#5E39FB'

red 94 ◦ green 57 ◦ blue 251

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

Shades of Neon Blue #5E39FB

Tints of Neon Blue #5E39FB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.18%

 BLUE value IS 251 (98.44% from 255) = 62.44%

R = 23.38%
G = 14.18%
B = 62.44%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E39FB (or 0x5E39FB) is known color: Neon Blue. HEX triplet: 5E, 39 and FB. RGB value is (94,57,251). Sum of RGB (Red+Green+Blue) = 94+57+251=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E39FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E39FB is #A1C604. Grayscale: #595959. Windows color (decimal): -10601989 or 16464222. OLE color: 16464222.

HSL color Cylindrical-coordinate representation of color #5E39FB: hue angle of 251.44º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E39FB is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 57 251 -
CMYK 0.63 0.77 0 0.02
HSL 251.44º 0.96% 0.6% -
HSV(B) 251.44º 0.77% 0.98% -
XYZ 23.49 12.27 92.4 -
YUV 90.18 218.76 130.73 -
System Red Green Blue C M Y K H S L
Decimal 94 57 251 0.63 0.77 0 0.02 251.44 0.96 0.6
Hex 5E 39 FB 3F 4D 0 2 FB 60 3C
Octal 136 71 373 77 115 0 2 373 140 74
Binary 1011110 111001 11111011 111111 1001101 0 10 11111011 1100000 111100

Color Harmonies of #5E39FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E39FB

Black with #5E39FB

Text Example


Text Example

White with #5E39FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,57,251); }

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

background-color css

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

 a { background-color: rgb(94,57,251); }

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

border-color css

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

 span { border-color: rgb(94,57,251); }

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