#483CFD

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

Shades of Neon Blue #483CFD

Tints of Neon Blue #483CFD

Color information

#483CFD (or 0x483CFD) is unknown color: approx Neon Blue. HEX triplet: 48, 3C and FD. RGB value is (72,60,253). Sum of RGB (Red+Green+Blue) = 72+60+253=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #483CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #483CFD is #B7C302. Grayscale: #545454. Windows color (decimal): -12043011 or 16596040. OLE color: 16596040.

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

Color convert

RGB7260253-
CMYK0.720.7600.01
HSL243.73º97.97%61.37%-
HSV(B)243.73º76.28%99.22%-
XYZ22.0211.794.03-
YUV85.59222.48118.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.70%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 253 (99.22% from 255) = 65.71%
R=18.70%
G=15.58%
B=65.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72602530.720.7600.01243.7397.9761.37
Hex483CFD484C01f4623d
Octal110743751101140136414275
Binary1001000111100111111011001000100110001111101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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