#484AF9

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

Shades of Neon Blue #484AF9

Tints of Neon Blue #484AF9

Color information

#484AF9 (or 0x484AF9) is unknown color: approx Neon Blue. HEX triplet: 48, 4A and F9. RGB value is (72,74,249). Sum of RGB (Red+Green+Blue) = 72+74+249=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #484AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484AF9 is #B7B506. Grayscale: #5C5C5C. Windows color (decimal): -12039431 or 16337480. OLE color: 16337480.

HSL color Cylindrical-coordinate representation of color #484AF9: hue angle of 239.32º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484AF9 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7274249-
CMYK0.710.7000.02
HSL239.32º93.65%62.94%-
HSV(B)239.32º71.08%97.65%-
XYZ22.2213.1190.98-
YUV93.35215.84112.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.23%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 249 (97.66% from 255) = 63.04%
R=18.23%
G=18.73%
B=63.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72742490.710.7000.02239.3293.6562.94
Hex484AF9474602ef5e3f
Octal1101123711071060235713677
Binary100100010010101111100110001111000110010111011111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,74,249); }

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

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

 a { background-color: rgb(72,74,249); }

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

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

 span { border-color: rgb(72,74,249); }

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