Html Css Color HEX #5849EF Neon Blue

📋 copy color: '#5849EF'

red 88 ◦ green 73 ◦ blue 239

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

Shades of Neon Blue #5849EF

Tints of Neon Blue #5849EF

RGB

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

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

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

R = 22%
G = 18.25%
B = 59.75%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5849EF (or 0x5849EF) is known color: Neon Blue. HEX triplet: 58, 49 and EF. RGB value is (88,73,239). Sum of RGB (Red+Green+Blue) = 88+73+239=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #5849EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5849EF is #A7B610. Grayscale: #5F5F5F. Windows color (decimal): -10991121 or 15681880. OLE color: 15681880.

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

Color convert

RGB 88 73 239 -
CMYK 0.63 0.69 0 0.06
HSL 245.42º 0.84% 0.61% -
HSV(B) 245.42º 0.69% 0.94% -
XYZ 21.99 13.07 83.03 -
YUV 96.41 208.47 122 -
System Red Green Blue C M Y K H S L
Decimal 88 73 239 0.63 0.69 0 0.06 245.42 0.84 0.61
Hex 58 49 EF 3F 45 0 6 F5 54 3D
Octal 130 111 357 77 105 0 6 365 124 75
Binary 1011000 1001001 11101111 111111 1000101 0 110 11110101 1010100 111101

Color Harmonies of #5849EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5849EF

Black with #5849EF

Text Example


Text Example

White with #5849EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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