Html Css Color HEX #5849FB Neon Blue

📋 copy color: '#5849FB'

red 88 ◦ green 73 ◦ blue 251

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

Shades of Neon Blue #5849FB

Tints of Neon Blue #5849FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.92%

R = 21.36%
G = 17.72%
B = 60.92%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5849FB (or 0x5849FB) is known color: Neon Blue. HEX triplet: 58, 49 and FB. RGB value is (88,73,251). Sum of RGB (Red+Green+Blue) = 88+73+251=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #5849FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5849FB is #A7B604. Grayscale: #616161. Windows color (decimal): -10991109 or 16468312. OLE color: 16468312.

HSL color Cylindrical-coordinate representation of color #5849FB: hue angle of 245.06º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5849FB is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 73 251 -
CMYK 0.65 0.71 0 0.02
HSL 245.06º 0.96% 0.64% -
HSV(B) 245.06º 0.71% 0.98% -
XYZ 23.82 13.8 92.68 -
YUV 97.78 214.47 121.03 -
System Red Green Blue C M Y K H S L
Decimal 88 73 251 0.65 0.71 0 0.02 245.06 0.96 0.64
Hex 58 49 FB 41 47 0 2 F5 60 40
Octal 130 111 373 101 107 0 2 365 140 100
Binary 1011000 1001001 11111011 1000001 1000111 0 10 11110101 1100000 1000000

Color Harmonies of #5849FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5849FB

Black with #5849FB

Text Example


Text Example

White with #5849FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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