#4960FA

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

Shades of Neon Blue #4960FA

Tints of Neon Blue #4960FA

Color information

#4960FA (or 0x4960FA) is unknown color: approx Neon Blue. HEX triplet: 49, 60 and FA. RGB value is (73,96,250). Sum of RGB (Red+Green+Blue) = 73+96+250=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #4960FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4960FA is #B69F05. Grayscale: #6A6A6A. Windows color (decimal): -11968262 or 16408649. OLE color: 16408649.

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

Color convert

RGB7396250-
CMYK0.710.6200.02
HSL232.2º94.65%63.33%-
HSV(B)232.2º70.8%98.04%-
XYZ24.1916.6892.39-
YUV106.68208.88103.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.42%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 250 (98.05% from 255) = 59.67%
R=17.42%
G=22.91%
B=59.67%

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
Decimal73962500.710.6200.02232.294.6563.33
Hex4960FA473E02e85f3f
Octal111140372107760235013777
Binary10010011100000111110101000111111110010111010001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4960FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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