Html Css Color HEX #5950F9 Neon Blue

📋 copy color: '#5950F9'

red 89 ◦ green 80 ◦ blue 249

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

Shades of Neon Blue #5950F9

Tints of Neon Blue #5950F9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

 BLUE value IS 249 (97.66% from 255) = 59.57%

R = 21.29%
G = 19.14%
B = 59.57%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5950F9 (or 0x5950F9) is known color: Neon Blue. HEX triplet: 59, 50 and F9. RGB value is (89,80,249). Sum of RGB (Red+Green+Blue) = 89+80+249=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #5950F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5950F9 is #A6AF06. Grayscale: #656565. Windows color (decimal): -10923783 or 16339033. OLE color: 16339033.

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

Color convert

RGB 89 80 249 -
CMYK 0.64 0.68 0 0.02
HSL 243.2º 0.93% 0.65% -
HSV(B) 243.2º 0.68% 0.98% -
XYZ 24.09 14.7 91.19 -
YUV 101.96 210.98 118.76 -
System Red Green Blue C M Y K H S L
Decimal 89 80 249 0.64 0.68 0 0.02 243.2 0.93 0.65
Hex 59 50 F9 40 44 0 2 F3 5D 41
Octal 131 120 371 100 104 0 2 363 135 101
Binary 1011001 1010000 11111001 1000000 1000100 0 10 11110011 1011101 1000001

Color Harmonies of #5950F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5950F9

Black with #5950F9

Text Example


Text Example

White with #5950F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5950F9; }

 p { color: rgb(89,80,249); }

 H1.HeaderClassName
 {
   color: #5950F9;
 }
 .AnyTagClassName
 {
   color: #5950F9;
 }
</style>

background-color css

<style>
 a { background-color: #5950F9; }

 a { background-color: rgb(89,80,249); }

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

border-color css

<style>
 span { border-color: #5950F9; }

 span { border-color: rgb(89,80,249); }

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