Html Css Color HEX #5E42EF Neon Blue

📋 copy color: '#5E42EF'

red 94 ◦ green 66 ◦ blue 239

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

Shades of Neon Blue #5E42EF

Tints of Neon Blue #5E42EF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.54%

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

R = 23.56%
G = 16.54%
B = 59.9%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5E42EF (or 0x5E42EF) is known color: Neon Blue. HEX triplet: 5E, 42 and EF. RGB value is (94,66,239). Sum of RGB (Red+Green+Blue) = 94+66+239=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E42EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E42EF is #A1BD10. Grayscale: #5D5D5D. Windows color (decimal): -10599697 or 15680094. OLE color: 15680094.

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

Color convert

RGB 94 66 239 -
CMYK 0.61 0.72 0 0.06
HSL 249.71º 0.84% 0.6% -
HSV(B) 249.71º 0.72% 0.94% -
XYZ 22.14 12.51 82.91 -
YUV 94.09 209.78 127.93 -
System Red Green Blue C M Y K H S L
Decimal 94 66 239 0.61 0.72 0 0.06 249.71 0.84 0.6
Hex 5E 42 EF 3D 48 0 6 FA 54 3C
Octal 136 102 357 75 110 0 6 372 124 74
Binary 1011110 1000010 11101111 111101 1001000 0 110 11111010 1010100 111100

Color Harmonies of #5E42EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E42EF

Black with #5E42EF

Text Example


Text Example

White with #5E42EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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