#4950f2

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

Shades of Neon Blue #4950F2

Tints of Neon Blue #4950F2

Color information

#4950F2 (or 0x4950F2) is unknown color: approx Neon Blue. HEX triplet: 49, 50 and F2. RGB value is (73,80,242). Sum of RGB (Red+Green+Blue) = 73+80+242=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 242 (94.92% from 255 or 61.27% from 395); Max value from RGB is 242 - color contains mainly: blue. Hex color #4950F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4950F2 is #B6AF0D. Grayscale: #5F5F5F. Windows color (decimal): -11972366 or 15880265. OLE color: 15880265.

HSL color Cylindrical-coordinate representation of color #4950F2: hue angle of 237.51º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4950F2 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7380242-
CMYK0.700.6700.05
HSL237.51º86.67%61.76%-
HSV(B)237.51º69.83%94.9%-
XYZ21.6413.5685.48-
YUV96.38210.18111.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 242 (94.92% from 255) = 61.27%
R=18.48%
G=20.25%
B=61.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal73802420.700.6700.05237.5186.6761.76
Hex4950F2464305ee573e
Octal1111203621061030535612776
Binary1001001101000011110010100011010000110101111011101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4950f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4950f2; }

 p { color: rgb(73,80,242); }

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

<style>
 a { background-color: #4950f2; }

 a { background-color: rgb(73,80,242); }

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

<style>
 span { border-color: #4950f2; }

 span { border-color: rgb(73,80,242); }

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