#4834E7

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

Shades of Neon Blue #4834E7

Tints of Neon Blue #4834E7

Color information

#4834E7 (or 0x4834E7) is unknown color: approx Neon Blue. HEX triplet: 48, 34 and E7. RGB value is (72,52,231). Sum of RGB (Red+Green+Blue) = 72+52+231=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 231 (90.62% from 255 or 65.07% from 355); Max value from RGB is 231 - color contains mainly: blue. Hex color #4834E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4834E7 is #B7CB18. Grayscale: #4D4D4D. Windows color (decimal): -12045081 or 15152200. OLE color: 15152200.

HSL color Cylindrical-coordinate representation of color #4834E7: hue angle of 246.7º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4834E7 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7252231-
CMYK0.690.7700.09
HSL246.7º78.85%55.49%-
HSV(B)246.7º77.49%90.59%-
XYZ18.329.676.49-
YUV78.39214.13123.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 52 (20.70% from 255) = 14.65%
BLUE value IS 231 (90.62% from 255) = 65.07%
R=20.28%
G=14.65%
B=65.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal72522310.690.7700.09246.778.8555.49
Hex4834E7454D09f74f37
Octal1106434710511501136711767
Binary1001000110100111001111000101100110101001111101111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4834E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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