#483BF4

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

Shades of Neon Blue #483BF4

Tints of Neon Blue #483BF4

Color information

#483BF4 (or 0x483BF4) is unknown color: approx Neon Blue. HEX triplet: 48, 3B and F4. RGB value is (72,59,244). Sum of RGB (Red+Green+Blue) = 72+59+244=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 244 (95.70% from 255 or 65.07% from 375); Max value from RGB is 244 - color contains mainly: blue. Hex color #483BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483BF4 is #B7C40B. Grayscale: #535353. Windows color (decimal): -12043276 or 16005960. OLE color: 16005960.

HSL color Cylindrical-coordinate representation of color #483BF4: hue angle of 244.22º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #483BF4 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7259244-
CMYK0.700.7600.04
HSL244.22º89.37%59.41%-
HSV(B)244.22º75.82%95.69%-
XYZ20.5711.0486.63-
YUV83.98218.31119.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.2%
GREEN value IS 59 (23.44% from 255) = 15.73%
BLUE value IS 244 (95.70% from 255) = 65.07%
R=19.2%
G=15.73%
B=65.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal72592440.700.7600.04244.2289.3759.41
Hex483BF4464C04f4593b
Octal110733641061140436413173
Binary100100011101111110100100011010011000100111101001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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