#4850F7

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

Shades of Neon Blue #4850F7

Tints of Neon Blue #4850F7

Color information

#4850F7 (or 0x4850F7) is unknown color: approx Neon Blue. HEX triplet: 48, 50 and F7. RGB value is (72,80,247). Sum of RGB (Red+Green+Blue) = 72+80+247=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 247 (96.88% from 255 or 61.90% from 399); Max value from RGB is 247 - color contains mainly: blue. Hex color #4850F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4850F7 is #B7AF08. Grayscale: #5F5F5F. Windows color (decimal): -12037897 or 16207944. OLE color: 16207944.

HSL color Cylindrical-coordinate representation of color #4850F7: hue angle of 237.26º 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 #4850F7 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7280247-
CMYK0.710.6800.03
HSL237.26º91.62%62.55%-
HSV(B)237.26º70.85%96.86%-
XYZ22.3313.8389.49-
YUV96.65212.85110.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.05%
GREEN value IS 80 (31.64% from 255) = 20.05%
BLUE value IS 247 (96.88% from 255) = 61.90%
R=18.05%
G=20.05%
B=61.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal72802470.710.6800.03237.2691.6262.55
Hex4850F7474403ed5c3f
Octal1101203671071040335513477
Binary100100010100001111011110001111000100011111011011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4850F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4850F7; }

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

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

<style>
 a { background-color: #4850F7; }

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

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

<style>
 span { border-color: #4850F7; }

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

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