Html Css Color HEX #5950EE Neon Blue

📋 copy color: '#5950EE'

red 89 ◦ green 80 ◦ blue 238

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

Shades of Neon Blue #5950EE

Tints of Neon Blue #5950EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.48%

R = 21.87%
G = 19.66%
B = 58.48%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5950EE (or 0x5950EE) is known color: Neon Blue. HEX triplet: 59, 50 and EE. RGB value is (89,80,238). Sum of RGB (Red+Green+Blue) = 89+80+238=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #5950EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5950EE is #A6AF11. Grayscale: #646464. Windows color (decimal): -10923794 or 15618137. OLE color: 15618137.

HSL color Cylindrical-coordinate representation of color #5950EE: hue angle of 243.42º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5950EE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 80 238 -
CMYK 0.63 0.66 0 0.07
HSL 243.42º 0.82% 0.62% -
HSV(B) 243.42º 0.66% 0.93% -
XYZ 22.42 14.03 82.42 -
YUV 100.7 205.48 119.65 -
System Red Green Blue C M Y K H S L
Decimal 89 80 238 0.63 0.66 0 0.07 243.42 0.82 0.62
Hex 59 50 EE 3F 42 0 7 F3 52 3E
Octal 131 120 356 77 102 0 7 363 122 76
Binary 1011001 1010000 11101110 111111 1000010 0 111 11110011 1010010 111110

Color Harmonies of #5950EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5950EE

Black with #5950EE

Text Example


Text Example

White with #5950EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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