#4f48f1

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

Shades of Neon Blue #4F48F1

Tints of Neon Blue #4F48F1

Color information

#4F48F1 (or 0x4F48F1) is unknown color: approx Neon Blue. HEX triplet: 4F, 48 and F1. RGB value is (79,72,241). Sum of RGB (Red+Green+Blue) = 79+72+241=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F48F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F48F1 is #B0B70E. Grayscale: #5C5C5C. Windows color (decimal): -11581199 or 15812687. OLE color: 15812687.

HSL color Cylindrical-coordinate representation of color #4F48F1: hue angle of 242.49º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F48F1 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7972241-
CMYK0.670.7000.05
HSL242.49º85.79%61.37%-
HSV(B)242.49º70.12%94.51%-
XYZ21.4212.6584.53-
YUV93.36211.32117.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.15%
GREEN value IS 72 (28.52% from 255) = 18.37%
BLUE value IS 241 (94.53% from 255) = 61.48%
R=20.15%
G=18.37%
B=61.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal79722410.670.7000.05242.4985.7961.37
Hex4F48F1434605f2563d
Octal1171103611031060536212675
Binary1001111100100011110001100001110001100101111100101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f48f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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