#483AE5

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

Shades of Neon Blue #483AE5

Tints of Neon Blue #483AE5

Color information

#483AE5 (or 0x483AE5) is unknown color: approx Neon Blue. HEX triplet: 48, 3A and E5. RGB value is (72,58,229). Sum of RGB (Red+Green+Blue) = 72+58+229=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #483AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483AE5 is #B7C51A. Grayscale: #515151. Windows color (decimal): -12043547 or 15022664. OLE color: 15022664.

HSL color Cylindrical-coordinate representation of color #483AE5: hue angle of 244.91º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #483AE5 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7258229-
CMYK0.690.7500.10
HSL244.91º76.68%56.27%-
HSV(B)244.91º74.67%89.8%-
XYZ18.3310.0675.1-
YUV81.68211.14121.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 229 (89.84% from 255) = 63.79%
R=20.06%
G=16.16%
B=63.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal72582290.690.7500.10244.9176.6856.27
Hex483AE5454B0Af54d38
Octal1107234510511301236511570
Binary1001000111010111001011000101100101101010111101011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483AE5; }

 p { color: rgb(72,58,229); }

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

<style>
 a { background-color: #483AE5; }

 a { background-color: rgb(72,58,229); }

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

<style>
 span { border-color: #483AE5; }

 span { border-color: rgb(72,58,229); }

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