Html Css Color HEX #5950FC Neon Blue

📋 copy color: '#5950FC'

red 89 ◦ green 80 ◦ blue 252

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

Shades of Neon Blue #5950FC

Tints of Neon Blue #5950FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.86%

R = 21.14%
G = 19%
B = 59.86%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5950FC (or 0x5950FC) is known color: Neon Blue. HEX triplet: 59, 50 and FC. RGB value is (89,80,252). Sum of RGB (Red+Green+Blue) = 89+80+252=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #5950FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5950FC is #A6AF03. Grayscale: #656565. Windows color (decimal): -10923780 or 16535641. OLE color: 16535641.

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

Color convert

RGB 89 80 252 -
CMYK 0.65 0.68 0 0.01
HSL 243.14º 0.97% 0.65% -
HSV(B) 243.14º 0.68% 0.99% -
XYZ 24.56 14.89 93.68 -
YUV 102.3 212.48 118.51 -
System Red Green Blue C M Y K H S L
Decimal 89 80 252 0.65 0.68 0 0.01 243.14 0.97 0.65
Hex 59 50 FC 41 44 0 1 F3 61 41
Octal 131 120 374 101 104 0 1 363 141 101
Binary 1011001 1010000 11111100 1000001 1000100 0 1 11110011 1100001 1000001

Color Harmonies of #5950FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5950FC

Black with #5950FC

Text Example


Text Example

White with #5950FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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