#483DED

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

Shades of Neon Blue #483DED

Tints of Neon Blue #483DED

Color information

#483DED (or 0x483DED) is unknown color: approx Neon Blue. HEX triplet: 48, 3D and ED. RGB value is (72,61,237). Sum of RGB (Red+Green+Blue) = 72+61+237=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #483DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483DED is #B7C212. Grayscale: #535353. Windows color (decimal): -12042771 or 15547720. OLE color: 15547720.

HSL color Cylindrical-coordinate representation of color #483DED: hue angle of 243.75º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #483DED is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7261237-
CMYK0.700.7400.07
HSL243.75º83.02%58.43%-
HSV(B)243.75º74.26%92.94%-
XYZ19.6310.8381.18-
YUV84.35214.14119.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 61 (24.22% from 255) = 16.49%
BLUE value IS 237 (92.97% from 255) = 64.05%
R=19.46%
G=16.49%
B=64.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72612370.700.7400.07243.7583.0258.43
Hex483DED464A07f4533a
Octal110753551061120736412372
Binary100100011110111101101100011010010100111111101001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,61,237); }

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

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

 a { background-color: rgb(72,61,237); }

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

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

 span { border-color: rgb(72,61,237); }

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