#484BFD

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

Shades of Neon Blue #484BFD

Tints of Neon Blue #484BFD

Color information

#484BFD (or 0x484BFD) is unknown color: approx Neon Blue. HEX triplet: 48, 4B and FD. RGB value is (72,75,253). Sum of RGB (Red+Green+Blue) = 72+75+253=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #484BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484BFD is #B7B402. Grayscale: #5D5D5D. Windows color (decimal): -12039171 or 16599880. OLE color: 16599880.

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

Color convert

RGB7275253-
CMYK0.720.7000.01
HSL239.01º97.84%63.73%-
HSV(B)239.01º71.54%99.22%-
XYZ22.9213.594.33-
YUV94.4217.51112.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18%
GREEN value IS 75 (29.69% from 255) = 18.75%
BLUE value IS 253 (99.22% from 255) = 63.25%
R=18%
G=18.75%
B=63.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72752530.720.7000.01239.0197.8463.73
Hex484BFD484601ef6240
Octal11011337511010601357142100
Binary100100010010111111110110010001000110011110111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484BFD; }

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

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

<style>
 a { background-color: #484BFD; }

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

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

<style>
 span { border-color: #484BFD; }

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

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