#483BDC

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

Shades of Neon Blue #483BDC

Tints of Neon Blue #483BDC

Color information

#483BDC (or 0x483BDC) is unknown color: approx Neon Blue. HEX triplet: 48, 3B and DC. RGB value is (72,59,220). Sum of RGB (Red+Green+Blue) = 72+59+220=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #483BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483BDC is #B7C423. Grayscale: #505050. Windows color (decimal): -12043300 or 14433096. OLE color: 14433096.

HSL color Cylindrical-coordinate representation of color #483BDC: hue angle of 244.84º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #483BDC is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7259220-
CMYK0.670.7300.14
HSL244.84º69.7%54.71%-
HSV(B)244.84º73.18%86.27%-
XYZ17.159.6768.67-
YUV81.24206.31121.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 220 (86.33% from 255) = 62.68%
R=20.51%
G=16.81%
B=62.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72592200.670.7300.14244.8469.754.71
Hex483BDC43490Ef54637
Octal1107333410311101636510667
Binary1001000111011110111001000011100100101110111101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,59,220); }

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

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

 a { background-color: rgb(72,59,220); }

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

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

 span { border-color: rgb(72,59,220); }

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