#4F48E6

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

Shades of Neon Blue #4F48E6

Tints of Neon Blue #4F48E6

Color information

#4F48E6 (or 0x4F48E6) is unknown color: approx Neon Blue. HEX triplet: 4F, 48 and E6. RGB value is (79,72,230). Sum of RGB (Red+Green+Blue) = 79+72+230=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 230 (90.23% from 255 or 60.37% from 381); Max value from RGB is 230 - color contains mainly: blue. Hex color #4F48E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F48E6 is #B0B719. Grayscale: #5B5B5B. Windows color (decimal): -11581210 or 15091791. OLE color: 15091791.

HSL color Cylindrical-coordinate representation of color #4F48E6: hue angle of 242.66º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F48E6 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7972230-
CMYK0.660.6900.10
HSL242.66º75.96%59.22%-
HSV(B)242.66º68.7%90.2%-
XYZ19.8212.0176.14-
YUV92.1205.82118.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.73%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 230 (90.23% from 255) = 60.37%
R=20.73%
G=18.90%
B=60.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal79722300.660.6900.10242.6675.9659.22
Hex4F48E642450Af34c3b
Octal11711034610210501236311473
Binary10011111001000111001101000010100010101010111100111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F48E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F48E6; }

 p { color: rgb(79,72,230); }

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

<style>
 a { background-color: #4F48E6; }

 a { background-color: rgb(79,72,230); }

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

<style>
 span { border-color: #4F48E6; }

 span { border-color: rgb(79,72,230); }

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