#4960FD

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

Shades of Neon Blue #4960FD

Tints of Neon Blue #4960FD

Color information

#4960FD (or 0x4960FD) is unknown color: approx Neon Blue. HEX triplet: 49, 60 and FD. RGB value is (73,96,253). Sum of RGB (Red+Green+Blue) = 73+96+253=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #4960FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4960FD is #B69F02. Grayscale: #6A6A6A. Windows color (decimal): -11968259 or 16605257. OLE color: 16605257.

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

Color convert

RGB7396253-
CMYK0.710.6200.01
HSL232.33º97.83%63.92%-
HSV(B)232.33º71.15%99.22%-
XYZ24.6616.8794.89-
YUV107.02210.38103.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.30%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 253 (99.22% from 255) = 59.95%
R=17.30%
G=22.75%
B=59.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal73962530.710.6200.01232.3397.8363.92
Hex4960FD473E01e86240
Octal1111403751077601350142100
Binary10010011100000111111011000111111110011110100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4960FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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