Html Css Color HEX #5950FE Neon Blue

📋 copy color: '#5950FE'

red 89 ◦ green 80 ◦ blue 254

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

Shades of Neon Blue #5950FE

Tints of Neon Blue #5950FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.05%

R = 21.04%
G = 18.91%
B = 60.05%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5950FE (or 0x5950FE) is known color: Neon Blue. HEX triplet: 59, 50 and FE. RGB value is (89,80,254). Sum of RGB (Red+Green+Blue) = 89+80+254=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #5950FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5950FE is #A6AF01. Grayscale: #656565. Windows color (decimal): -10923778 or 16666713. OLE color: 16666713.

HSL color Cylindrical-coordinate representation of color #5950FE: hue angle of 243.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5950FE is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 89 80 254 -
CMYK 0.65 0.69 0 0.00
HSL 243.1º 0.99% 0.65% -
HSV(B) 243.1º 0.69% 1% -
XYZ 24.88 15.02 95.35 -
YUV 102.53 213.48 118.35 -
System Red Green Blue C M Y K H S L
Decimal 89 80 254 0.65 0.69 0 0.00 243.1 0.99 0.65
Hex 59 50 FE 41 45 0 0 F3 63 41
Octal 131 120 376 101 105 0 0 363 143 101
Binary 1011001 1010000 11111110 1000001 1000101 0 0 11110011 1100011 1000001

Color Harmonies of #5950FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5950FE

Black with #5950FE

Text Example


Text Example

White with #5950FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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