#4933FE

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

Shades of Neon Blue #4933FE

Tints of Neon Blue #4933FE

Color information

#4933FE (or 0x4933FE) is unknown color: approx Neon Blue. HEX triplet: 49, 33 and FE. RGB value is (73,51,254). Sum of RGB (Red+Green+Blue) = 73+51+254=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #4933FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4933FE is #B6CC01. Grayscale: #4F4F4F. Windows color (decimal): -11979778 or 16659273. OLE color: 16659273.

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

Color convert

RGB7351254-
CMYK0.710.8000.00
HSL246.5º99.02%59.8%-
HSV(B)246.5º79.92%99.61%-
XYZ21.8210.9494.73-
YUV80.72225.79122.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 254 (99.61% from 255) = 67.20%
R=19.31%
G=13.49%
B=67.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal73512540.710.8000.00246.599.0259.8
Hex4933FE475000f7633c
Octal111633761071200036714374
Binary1001001110011111111101000111101000000111101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4933FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4933FE; }

 p { color: rgb(73,51,254); }

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

<style>
 a { background-color: #4933FE; }

 a { background-color: rgb(73,51,254); }

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

<style>
 span { border-color: #4933FE; }

 span { border-color: rgb(73,51,254); }

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