#485FF7

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

Shades of Neon Blue #485FF7

Tints of Neon Blue #485FF7

Color information

#485FF7 (or 0x485FF7) is unknown color: approx Neon Blue. HEX triplet: 48, 5F and F7. RGB value is (72,95,247). Sum of RGB (Red+Green+Blue) = 72+95+247=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 247 (96.88% from 255 or 59.66% from 414); Max value from RGB is 247 - color contains mainly: blue. Hex color #485FF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485FF7 is #B7A008. Grayscale: #686868. Windows color (decimal): -12034057 or 16211784. OLE color: 16211784.

HSL color Cylindrical-coordinate representation of color #485FF7: hue angle of 232.11º degrees, saturation: 0.92, 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 #485FF7 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7295247-
CMYK0.710.6200.03
HSL232.11º91.62%62.55%-
HSV(B)232.11º70.85%96.86%-
XYZ23.5516.2889.9-
YUV105.45207.88104.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.39%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 247 (96.88% from 255) = 59.66%
R=17.39%
G=22.95%
B=59.66%

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
Decimal72952470.710.6200.03232.1191.6262.55
Hex485FF7473E03e85c3f
Octal110137367107760335013477
Binary10010001011111111101111000111111110011111010001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,95,247); }

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

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

 a { background-color: rgb(72,95,247); }

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

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

 span { border-color: rgb(72,95,247); }

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