#484AEB

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

Shades of Neon Blue #484AEB

Tints of Neon Blue #484AEB

Color information

#484AEB (or 0x484AEB) is unknown color: approx Neon Blue. HEX triplet: 48, 4A and EB. RGB value is (72,74,235). Sum of RGB (Red+Green+Blue) = 72+74+235=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #484AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484AEB is #B7B514. Grayscale: #5B5B5B. Windows color (decimal): -12039445 or 15419976. OLE color: 15419976.

HSL color Cylindrical-coordinate representation of color #484AEB: hue angle of 239.26º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #484AEB is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7274235-
CMYK0.690.6900.08
HSL239.26º80.3%60.2%-
HSV(B)239.26º69.36%92.16%-
XYZ20.1212.2779.91-
YUV91.76208.84113.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 74 (29.30% from 255) = 19.42%
BLUE value IS 235 (92.19% from 255) = 61.68%
R=18.90%
G=19.42%
B=61.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72742350.690.6900.08239.2680.360.2
Hex484AEB454508ef503c
Octal11011235310510501035712074
Binary10010001001010111010111000101100010101000111011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484AEB; }

 p { color: rgb(72,74,235); }

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

<style>
 a { background-color: #484AEB; }

 a { background-color: rgb(72,74,235); }

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

<style>
 span { border-color: #484AEB; }

 span { border-color: rgb(72,74,235); }

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