#4966FF

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

Shades of Neon Blue #4966FF

Tints of Neon Blue #4966FF

Color information

#4966FF (or 0x4966FF) is unknown color: approx Neon Blue. HEX triplet: 49, 66 and FF. RGB value is (73,102,255). Sum of RGB (Red+Green+Blue) = 73+102+255=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #4966FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4966FF is #B69900. Grayscale: #6E6E6E. Windows color (decimal): -11966721 or 16737865. OLE color: 16737865.

HSL color Cylindrical-coordinate representation of color #4966FF: hue angle of 230.44º 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 #4966FF is Cyan = 0.71, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB73102255-
CMYK0.710.600
HSL230.44º100%64.31%-
HSV(B)230.44º71.37%100%-
XYZ25.5518.1496.76-
YUV110.77209.39101.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.98%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 255 (100% from 255) = 59.30%
R=16.98%
G=23.72%
B=59.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal731022550.710.600230.4410064.31
Hex4966FF473C00e66440
Octal1111463771077400346144100
Binary10010011100110111111111000111111100001110011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4966FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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