#4932FF

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

Shades of Neon Blue #4932FF

Tints of Neon Blue #4932FF

Color information

#4932FF (or 0x4932FF) is unknown color: approx Neon Blue. HEX triplet: 49, 32 and FF. RGB value is (73,50,255). Sum of RGB (Red+Green+Blue) = 73+50+255=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #4932FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4932FF is #B6CD00. Grayscale: #4F4F4F. Windows color (decimal): -11980033 or 16724553. OLE color: 16724553.

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

Color convert

RGB7350255-
CMYK0.710.8000
HSL246.73º100%59.8%-
HSV(B)246.73º80.39%100%-
XYZ21.9410.9295.56-
YUV80.25226.62122.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 50 (19.92% from 255) = 13.23%
BLUE value IS 255 (100% from 255) = 67.46%
R=19.31%
G=13.23%
B=67.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal73502550.710.8000246.7310059.8
Hex4932FF475000f7643c
Octal111623771071200036714474
Binary1001001110010111111111000111101000000111101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4932FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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