#484FF3

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

Shades of Neon Blue #484FF3

Tints of Neon Blue #484FF3

Color information

#484FF3 (or 0x484FF3) is unknown color: approx Neon Blue. HEX triplet: 48, 4F and F3. RGB value is (72,79,243). Sum of RGB (Red+Green+Blue) = 72+79+243=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 243 (95.31% from 255 or 61.68% from 394); Max value from RGB is 243 - color contains mainly: blue. Hex color #484FF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484FF3 is #B7B00C. Grayscale: #5E5E5E. Windows color (decimal): -12038157 or 15945544. OLE color: 15945544.

HSL color Cylindrical-coordinate representation of color #484FF3: hue angle of 237.54º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #484FF3 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7279243-
CMYK0.700.6700.05
HSL237.54º87.69%61.76%-
HSV(B)237.54º70.37%95.29%-
XYZ21.6513.4486.25-
YUV95.6211.18111.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 79 (31.25% from 255) = 20.05%
BLUE value IS 243 (95.31% from 255) = 61.68%
R=18.27%
G=20.05%
B=61.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal72792430.700.6700.05237.5487.6961.76
Hex484FF3464305ee583e
Octal1101173631061030535613076
Binary1001000100111111110011100011010000110101111011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,79,243); }

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

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

 a { background-color: rgb(72,79,243); }

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

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

 span { border-color: rgb(72,79,243); }

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