#4861F9

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

Shades of Neon Blue #4861F9

Tints of Neon Blue #4861F9

Color information

#4861F9 (or 0x4861F9) is unknown color: approx Neon Blue. HEX triplet: 48, 61 and F9. RGB value is (72,97,249). Sum of RGB (Red+Green+Blue) = 72+97+249=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #4861F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4861F9 is #B79E06. Grayscale: #6A6A6A. Windows color (decimal): -12033543 or 16343368. OLE color: 16343368.

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

Color convert

RGB7297249-
CMYK0.710.6100.02
HSL231.53º93.65%62.94%-
HSV(B)231.53º71.08%97.65%-
XYZ24.0516.7791.59-
YUV106.85208.22103.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.22%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 249 (97.66% from 255) = 59.57%
R=17.22%
G=23.21%
B=59.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72972490.710.6100.02231.5393.6562.94
Hex4861F9473D02e85e3f
Octal110141371107750235013677
Binary10010001100001111110011000111111101010111010001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4861F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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