#4963FF

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

Shades of Neon Blue #4963FF

Tints of Neon Blue #4963FF

Color information

#4963FF (or 0x4963FF) is unknown color: approx Neon Blue. HEX triplet: 49, 63 and FF. RGB value is (73,99,255). Sum of RGB (Red+Green+Blue) = 73+99+255=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #4963FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4963FF is #B69C00. Grayscale: #6C6C6C. Windows color (decimal): -11967489 or 16737097. OLE color: 16737097.

HSL color Cylindrical-coordinate representation of color #4963FF: hue angle of 231.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4963FF is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7399255-
CMYK0.710.6100
HSL231.43º100%64.31%-
HSV(B)231.43º71.37%100%-
XYZ25.2617.5696.67-
YUV109.01210.39102.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.10%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 255 (100% from 255) = 59.72%
R=17.10%
G=23.19%
B=59.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal73992550.710.6100231.4310064.31
Hex4963FF473D00e76440
Octal1111433771077500347144100
Binary10010011100011111111111000111111101001110011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4963FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4963FF; }

 p { color: rgb(73,99,255); }

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

<style>
 a { background-color: #4963FF; }

 a { background-color: rgb(73,99,255); }

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

<style>
 span { border-color: #4963FF; }

 span { border-color: rgb(73,99,255); }

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