#5350FC

Color #5350FC Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5350FC

Tints of Neon Blue #5350FC

Color information

#5350FC (or 0x5350FC) is unknown color: approx Neon Blue. HEX triplet: 53, 50 and FC. RGB value is (83,80,252). Sum of RGB (Red+Green+Blue) = 83+80+252=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #5350FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5350FC is #ACAF03. Grayscale: #636363. Windows color (decimal): -11316996 or 16535635. OLE color: 16535635.

HSL color Cylindrical-coordinate representation of color #5350FC: hue angle of 241.05º 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 #5350FC is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8380252-
CMYK0.670.6800.01
HSL241.05º96.63%65.1%-
HSV(B)241.05º68.25%98.82%-
XYZ24.0114.693.65-
YUV100.5213.49115.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 252 (98.83% from 255) = 60.72%
R=20%
G=19.28%
B=60.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal83802520.670.6800.01241.0596.6365.1
Hex5350FC434401f16141
Octal12312037410310401361141101
Binary101001110100001111110010000111000100011111000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5350FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5350FC;
 }
 .AnyTagClassName
 {
   color: #5350FC;
 }
</style>
background-color css

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

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

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

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

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

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