Html Css Color HEX #5E64EF Neon Blue

📋 copy color: '#5E64EF'

red 94 ◦ green 100 ◦ blue 239

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

Shades of Neon Blue #5E64EF

Tints of Neon Blue #5E64EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.09%

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

R = 21.71%
G = 23.09%
B = 55.2%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5E64EF (or 0x5E64EF) is known color: Neon Blue. HEX triplet: 5E, 64 and EF. RGB value is (94,100,239). Sum of RGB (Red+Green+Blue) = 94+100+239=433 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.71% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E64EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E64EF is #A19B10. Grayscale: #717171. Windows color (decimal): -10590993 or 15688798. OLE color: 15688798.

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

Color convert

RGB 94 100 239 -
CMYK 0.61 0.58 0 0.06
HSL 237.52º 0.82% 0.65% -
HSV(B) 237.52º 0.61% 0.94% -
XYZ 24.75 17.73 83.78 -
YUV 114.05 198.51 113.7 -
System Red Green Blue C M Y K H S L
Decimal 94 100 239 0.61 0.58 0 0.06 237.52 0.82 0.65
Hex 5E 64 EF 3D 3A 0 6 EE 52 41
Octal 136 144 357 75 72 0 6 356 122 101
Binary 1011110 1100100 11101111 111101 111010 0 110 11101110 1010010 1000001

Color Harmonies of #5E64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E64EF

Black with #5E64EF

Text Example


Text Example

White with #5E64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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