#483CE9

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

Shades of Neon Blue #483CE9

Tints of Neon Blue #483CE9

Color information

#483CE9 (or 0x483CE9) is unknown color: approx Neon Blue. HEX triplet: 48, 3C and E9. RGB value is (72,60,233). Sum of RGB (Red+Green+Blue) = 72+60+233=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 233 (91.41% from 255 or 63.84% from 365); Max value from RGB is 233 - color contains mainly: blue. Hex color #483CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483CE9 is #B7C316. Grayscale: #525252. Windows color (decimal): -12043031 or 15285320. OLE color: 15285320.

HSL color Cylindrical-coordinate representation of color #483CE9: hue angle of 244.16º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #483CE9 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7260233-
CMYK0.690.7400.09
HSL244.16º79.72%57.45%-
HSV(B)244.16º74.25%91.37%-
XYZ1910.4978.11-
YUV83.31212.48119.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 60 (23.83% from 255) = 16.44%
BLUE value IS 233 (91.41% from 255) = 63.84%
R=19.73%
G=16.44%
B=63.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal72602330.690.7400.09244.1679.7257.45
Hex483CE9454A09f45039
Octal1107435110511201136412071
Binary1001000111100111010011000101100101001001111101001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,60,233); }

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

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

 a { background-color: rgb(72,60,233); }

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

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

 span { border-color: rgb(72,60,233); }

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