Html Css Color HEX #5E61EF Neon Blue

📋 copy color: '#5E61EF'

red 94 ◦ green 97 ◦ blue 239

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

Shades of Neon Blue #5E61EF

Tints of Neon Blue #5E61EF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.56%

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

R = 21.86%
G = 22.56%
B = 55.58%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5E61EF (or 0x5E61EF) is known color: Neon Blue. HEX triplet: 5E, 61 and EF. RGB value is (94,97,239). Sum of RGB (Red+Green+Blue) = 94+97+239=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E61EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E61EF is #A19E10. Grayscale: #6F6F6F. Windows color (decimal): -10591761 or 15688030. OLE color: 15688030.

HSL color Cylindrical-coordinate representation of color #5E61EF: hue angle of 238.76º 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 #5E61EF is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 97 239 -
CMYK 0.61 0.59 0 0.06
HSL 238.76º 0.82% 0.65% -
HSV(B) 238.76º 0.61% 0.94% -
XYZ 24.47 17.16 83.68 -
YUV 112.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 94 97 239 0.61 0.59 0 0.06 238.76 0.82 0.65
Hex 5E 61 EF 3D 3B 0 6 EF 52 41
Octal 136 141 357 75 73 0 6 357 122 101
Binary 1011110 1100001 11101111 111101 111011 0 110 11101111 1010010 1000001

Color Harmonies of #5E61EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E61EF

Black with #5E61EF

Text Example


Text Example

White with #5E61EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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