#4934ED

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

Shades of Neon Blue #4934ED

Tints of Neon Blue #4934ED

Color information

#4934ED (or 0x4934ED) is unknown color: approx Neon Blue. HEX triplet: 49, 34 and ED. RGB value is (73,52,237). Sum of RGB (Red+Green+Blue) = 73+52+237=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #4934ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4934ED is #B6CB12. Grayscale: #4E4E4E. Windows color (decimal): -11979539 or 15545417. OLE color: 15545417.

HSL color Cylindrical-coordinate representation of color #4934ED: hue angle of 246.81º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4934ED is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7352237-
CMYK0.690.7800.07
HSL246.81º83.71%56.67%-
HSV(B)246.81º78.06%92.94%-
XYZ19.269.9981.03-
YUV79.37216.96123.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.17%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 237 (92.97% from 255) = 65.47%
R=20.17%
G=14.36%
B=65.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal73522370.690.7800.07246.8183.7156.67
Hex4934ED454E07f75439
Octal111643551051160736712471
Binary100100111010011101101100010110011100111111101111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4934ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4934ED; }

 p { color: rgb(73,52,237); }

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

<style>
 a { background-color: #4934ED; }

 a { background-color: rgb(73,52,237); }

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

<style>
 span { border-color: #4934ED; }

 span { border-color: rgb(73,52,237); }

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