Html Css Color HEX #5949FF Neon Blue

📋 copy color: '#5949FF'

red 89 ◦ green 73 ◦ blue 255

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

Shades of Neon Blue #5949FF

Tints of Neon Blue #5949FF

RGB

 RED value IS 89 (35.16% from 255) = 21.34%

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

 BLUE value IS 255 (100% from 255) = 61.15%

R = 21.34%
G = 17.51%
B = 61.15%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5949FF (or 0x5949FF) is known color: Neon Blue. HEX triplet: 59, 49 and FF. RGB value is (89,73,255). Sum of RGB (Red+Green+Blue) = 89+73+255=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #5949FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5949FF is #A6B600. Grayscale: #616161. Windows color (decimal): -10925569 or 16730457. OLE color: 16730457.

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

Color convert

RGB 89 73 255 -
CMYK 0.65 0.71 0 0
HSL 245.27º 1% 0.64% -
HSV(B) 245.27º 0.71% 1% -
XYZ 24.55 14.11 96.04 -
YUV 98.53 216.3 121.2 -
System Red Green Blue C M Y K H S L
Decimal 89 73 255 0.65 0.71 0 0 245.27 1 0.64
Hex 59 49 FF 41 47 0 0 F5 64 40
Octal 131 111 377 101 107 0 0 365 144 100
Binary 1011001 1001001 11111111 1000001 1000111 0 0 11110101 1100100 1000000

Color Harmonies of #5949FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5949FF

Black with #5949FF

Text Example


Text Example

White with #5949FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5949FF; }

 p { color: rgb(89,73,255); }

 H1.HeaderClassName
 {
   color: #5949FF;
 }
 .AnyTagClassName
 {
   color: #5949FF;
 }
</style>

background-color css

<style>
 a { background-color: #5949FF; }

 a { background-color: rgb(89,73,255); }

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

border-color css

<style>
 span { border-color: #5949FF; }

 span { border-color: rgb(89,73,255); }

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