#484AFF

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

Shades of Neon Blue #484AFF

Tints of Neon Blue #484AFF

Color information

#484AFF (or 0x484AFF) is unknown color: approx Neon Blue. HEX triplet: 48, 4A and FF. RGB value is (72,74,255). Sum of RGB (Red+Green+Blue) = 72+74+255=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #484AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484AFF is #B7B500. Grayscale: #5D5D5D. Windows color (decimal): -12039425 or 16730696. OLE color: 16730696.

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

Color convert

RGB7274255-
CMYK0.720.7100
HSL239.34º100%64.12%-
HSV(B)239.34º71.76%100%-
XYZ23.1713.595.99-
YUV94.04218.84112.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.96%
GREEN value IS 74 (29.30% from 255) = 18.45%
BLUE value IS 255 (100% from 255) = 63.59%
R=17.96%
G=18.45%
B=63.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal72742550.720.7100239.3410064.12
Hex484AFF484700ef6440
Octal11011237711010700357144100
Binary100100010010101111111110010001000111001110111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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