#4845F9

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

Shades of Neon Blue #4845F9

Tints of Neon Blue #4845F9

Color information

#4845F9 (or 0x4845F9) is unknown color: approx Neon Blue. HEX triplet: 48, 45 and F9. RGB value is (72,69,249). Sum of RGB (Red+Green+Blue) = 72+69+249=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 249 (97.66% from 255 or 63.85% from 390); Max value from RGB is 249 - color contains mainly: blue. Hex color #4845F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4845F9 is #B7BA06. Grayscale: #595959. Windows color (decimal): -12040711 or 16336200. OLE color: 16336200.

HSL color Cylindrical-coordinate representation of color #4845F9: hue angle of 241º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4845F9 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7269249-
CMYK0.710.7200.02
HSL241º93.75%62.35%-
HSV(B)241º72.29%97.65%-
XYZ21.912.4790.88-
YUV90.42217.49114.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.46%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 249 (97.66% from 255) = 63.85%
R=18.46%
G=17.69%
B=63.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72692490.710.7200.0224193.7562.35
Hex4845F9474802f15e3e
Octal1101053711071100236113676
Binary100100010001011111100110001111001000010111100011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4845F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4845F9; }

 p { color: rgb(72,69,249); }

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

<style>
 a { background-color: #4845F9; }

 a { background-color: rgb(72,69,249); }

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

<style>
 span { border-color: #4845F9; }

 span { border-color: rgb(72,69,249); }

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