Html Css Color HEX #5849EC Neon Blue

📋 copy color: '#5849EC'

red 88 ◦ green 73 ◦ blue 236

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

Shades of Neon Blue #5849EC

Tints of Neon Blue #5849EC

RGB

 RED value IS 88 (34.77% from 255) = 22.17%

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

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

R = 22.17%
G = 18.39%
B = 59.45%

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

#5849EC (or 0x5849EC) is known color: Neon Blue. HEX triplet: 58, 49 and EC. RGB value is (88,73,236). Sum of RGB (Red+Green+Blue) = 88+73+236=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #5849EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5849EC is #A7B613. Grayscale: #5F5F5F. Windows color (decimal): -10991124 or 15485272. OLE color: 15485272.

HSL color Cylindrical-coordinate representation of color #5849EC: hue angle of 245.52º 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 #5849EC is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 73 236 -
CMYK 0.63 0.69 0 0.07
HSL 245.52º 0.81% 0.61% -
HSV(B) 245.52º 0.69% 0.93% -
XYZ 21.55 12.9 80.71 -
YUV 96.07 206.97 122.25 -
System Red Green Blue C M Y K H S L
Decimal 88 73 236 0.63 0.69 0 0.07 245.52 0.81 0.61
Hex 58 49 EC 3F 45 0 7 F6 51 3D
Octal 130 111 354 77 105 0 7 366 121 75
Binary 1011000 1001001 11101100 111111 1000101 0 111 11110110 1010001 111101

Color Harmonies of #5849EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5849EC

Black with #5849EC

Text Example


Text Example

White with #5849EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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