Html Css Color HEX #5849F0 Neon Blue

📋 copy color: '#5849F0'

red 88 ◦ green 73 ◦ blue 240

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

Shades of Neon Blue #5849F0

Tints of Neon Blue #5849F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 59.85%

R = 21.95%
G = 18.2%
B = 59.85%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5849F0 (or 0x5849F0) is known color: Neon Blue. HEX triplet: 58, 49 and F0. RGB value is (88,73,240). Sum of RGB (Red+Green+Blue) = 88+73+240=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #5849F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5849F0 is #A7B60F. Grayscale: #5F5F5F. Windows color (decimal): -10991120 or 15747416. OLE color: 15747416.

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

Color convert

RGB 88 73 240 -
CMYK 0.63 0.70 0 0.06
HSL 245.39º 0.85% 0.61% -
HSV(B) 245.39º 0.7% 0.94% -
XYZ 22.14 13.13 83.81 -
YUV 96.52 208.97 121.92 -
System Red Green Blue C M Y K H S L
Decimal 88 73 240 0.63 0.70 0 0.06 245.39 0.85 0.61
Hex 58 49 F0 3F 46 0 6 F5 55 3D
Octal 130 111 360 77 106 0 6 365 125 75
Binary 1011000 1001001 11110000 111111 1000110 0 110 11110101 1010101 111101

Color Harmonies of #5849F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5849F0

Black with #5849F0

Text Example


Text Example

White with #5849F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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