#485EF8

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

Shades of Neon Blue #485EF8

Tints of Neon Blue #485EF8

Color information

#485EF8 (or 0x485EF8) is unknown color: approx Neon Blue. HEX triplet: 48, 5E and F8. RGB value is (72,94,248). Sum of RGB (Red+Green+Blue) = 72+94+248=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 248 (97.27% from 255 or 59.90% from 414); Max value from RGB is 248 - color contains mainly: blue. Hex color #485EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485EF8 is #B7A107. Grayscale: #686868. Windows color (decimal): -12034312 or 16277064. OLE color: 16277064.

HSL color Cylindrical-coordinate representation of color #485EF8: hue angle of 232.5º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #485EF8 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7294248-
CMYK0.710.6200.03
HSL232.5º92.63%62.75%-
HSV(B)232.5º70.97%97.25%-
XYZ23.6216.1690.68-
YUV104.98208.71104.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.39%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 248 (97.27% from 255) = 59.90%
R=17.39%
G=22.71%
B=59.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal72942480.710.6200.03232.592.6362.75
Hex485EF8473E03e85d3f
Octal110136370107760335013577
Binary10010001011110111110001000111111110011111010001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485EF8; }

 p { color: rgb(72,94,248); }

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

<style>
 a { background-color: #485EF8; }

 a { background-color: rgb(72,94,248); }

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

<style>
 span { border-color: #485EF8; }

 span { border-color: rgb(72,94,248); }

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