#483AFD

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

Shades of Neon Blue #483AFD

Tints of Neon Blue #483AFD

Color information

#483AFD (or 0x483AFD) is unknown color: approx Neon Blue. HEX triplet: 48, 3A and FD. RGB value is (72,58,253). Sum of RGB (Red+Green+Blue) = 72+58+253=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #483AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483AFD is #B7C502. Grayscale: #535353. Windows color (decimal): -12043523 or 16595528. OLE color: 16595528.

HSL color Cylindrical-coordinate representation of color #483AFD: hue angle of 244.31º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #483AFD is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7258253-
CMYK0.720.7700.01
HSL244.31º97.99%60.98%-
HSV(B)244.31º77.08%99.22%-
XYZ21.9211.593.99-
YUV84.42223.14119.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.80%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 253 (99.22% from 255) = 66.06%
R=18.80%
G=15.14%
B=66.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72582530.720.7700.01244.3197.9960.98
Hex483AFD484D01f4623d
Octal110723751101150136414275
Binary1001000111010111111011001000100110101111101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,58,253); }

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

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

 a { background-color: rgb(72,58,253); }

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

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

 span { border-color: rgb(72,58,253); }

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