#4834F0

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

Shades of Neon Blue #4834F0

Tints of Neon Blue #4834F0

Color information

#4834F0 (or 0x4834F0) is unknown color: approx Neon Blue. HEX triplet: 48, 34 and F0. RGB value is (72,52,240). Sum of RGB (Red+Green+Blue) = 72+52+240=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 240 (94.14% from 255 or 65.93% from 364); Max value from RGB is 240 - color contains mainly: blue. Hex color #4834F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4834F0 is #B7CB0F. Grayscale: #4E4E4E. Windows color (decimal): -12045072 or 15742024. OLE color: 15742024.

HSL color Cylindrical-coordinate representation of color #4834F0: hue angle of 246.38º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4834F0 is Cyan = 0.7, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7252240-
CMYK0.70.7800.06
HSL246.38º86.24%57.25%-
HSV(B)246.38º78.33%94.12%-
XYZ19.6310.1283.36-
YUV79.41218.63122.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 240 (94.14% from 255) = 65.93%
R=19.78%
G=14.29%
B=65.93%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal72522400.70.7800.06246.3886.2457.25
Hex4834F0464E06f65639
Octal110643601061160636612671
Binary100100011010011110000100011010011100110111101101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4834F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4834F0; }

 p { color: rgb(72,52,240); }

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

<style>
 a { background-color: #4834F0; }

 a { background-color: rgb(72,52,240); }

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

<style>
 span { border-color: #4834F0; }

 span { border-color: rgb(72,52,240); }

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