#483CF1

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

Shades of Neon Blue #483CF1

Tints of Neon Blue #483CF1

Color information

#483CF1 (or 0x483CF1) is unknown color: approx Neon Blue. HEX triplet: 48, 3C and F1. RGB value is (72,60,241). Sum of RGB (Red+Green+Blue) = 72+60+241=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #483CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483CF1 is #B7C30E. Grayscale: #535353. Windows color (decimal): -12043023 or 15809608. OLE color: 15809608.

HSL color Cylindrical-coordinate representation of color #483CF1: hue angle of 243.98º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #483CF1 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7260241-
CMYK0.700.7500.05
HSL243.98º86.6%59.02%-
HSV(B)243.98º75.1%94.51%-
XYZ20.1710.9684.27-
YUV84.22216.48119.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 60 (23.83% from 255) = 16.09%
BLUE value IS 241 (94.53% from 255) = 64.61%
R=19.30%
G=16.09%
B=64.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal72602410.700.7500.05243.9886.659.02
Hex483CF1464B05f4573b
Octal110743611061130536412773
Binary100100011110011110001100011010010110101111101001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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