#4960FB

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

Shades of Neon Blue #4960FB

Tints of Neon Blue #4960FB

Color information

#4960FB (or 0x4960FB) is unknown color: approx Neon Blue. HEX triplet: 49, 60 and FB. RGB value is (73,96,251). Sum of RGB (Red+Green+Blue) = 73+96+251=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #4960FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4960FB is #B69F04. Grayscale: #6A6A6A. Windows color (decimal): -11968261 or 16474185. OLE color: 16474185.

HSL color Cylindrical-coordinate representation of color #4960FB: hue angle of 232.25º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4960FB is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7396251-
CMYK0.710.6200.02
HSL232.25º95.7%63.53%-
HSV(B)232.25º70.92%98.43%-
XYZ24.3416.7593.22-
YUV106.79209.38103.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.38%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 251 (98.44% from 255) = 59.76%
R=17.38%
G=22.86%
B=59.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal73962510.710.6200.02232.2595.763.53
Hex4960FB473E02e86040
Octal1111403731077602350140100
Binary100100111000001111101110001111111100101110100011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4960FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4960FB; }

 p { color: rgb(73,96,251); }

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

<style>
 a { background-color: #4960FB; }

 a { background-color: rgb(73,96,251); }

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

<style>
 span { border-color: #4960FB; }

 span { border-color: rgb(73,96,251); }

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