Html Css Color HEX #5749EC Neon Blue

📋 copy color: '#5749EC'

red 87 ◦ green 73 ◦ blue 236

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

Shades of Neon Blue #5749EC

Tints of Neon Blue #5749EC

RGB

 RED value IS 87 (34.38% from 255) = 21.97%

 GREEN value IS 73 (28.91% from 255) = 18.43%

 BLUE value IS 236 (92.58% from 255) = 59.6%

R = 21.97%
G = 18.43%
B = 59.6%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5749EC (or 0x5749EC) is known color: Neon Blue. HEX triplet: 57, 49 and EC. RGB value is (87,73,236). Sum of RGB (Red+Green+Blue) = 87+73+236=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #5749EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5749EC is #A8B613. Grayscale: #5F5F5F. Windows color (decimal): -11056660 or 15485271. OLE color: 15485271.

HSL color Cylindrical-coordinate representation of color #5749EC: hue angle of 245.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5749EC is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 73 236 -
CMYK 0.63 0.69 0 0.07
HSL 245.15º 0.81% 0.61% -
HSV(B) 245.15º 0.69% 0.93% -
XYZ 21.45 12.85 80.71 -
YUV 95.77 207.14 121.75 -
System Red Green Blue C M Y K H S L
Decimal 87 73 236 0.63 0.69 0 0.07 245.15 0.81 0.61
Hex 57 49 EC 3F 45 0 7 F5 51 3D
Octal 127 111 354 77 105 0 7 365 121 75
Binary 1010111 1001001 11101100 111111 1000101 0 111 11110101 1010001 111101

Color Harmonies of #5749EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5749EC

Black with #5749EC

Text Example


Text Example

White with #5749EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5749EC; }

 p { color: rgb(87,73,236); }

 H1.HeaderClassName
 {
   color: #5749EC;
 }
 .AnyTagClassName
 {
   color: #5749EC;
 }
</style>

background-color css

<style>
 a { background-color: #5749EC; }

 a { background-color: rgb(87,73,236); }

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

border-color css

<style>
 span { border-color: #5749EC; }

 span { border-color: rgb(87,73,236); }

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