#4F54F1

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

Shades of Neon Blue #4F54F1

Tints of Neon Blue #4F54F1

Color information

#4F54F1 (or 0x4F54F1) is unknown color: approx Neon Blue. HEX triplet: 4F, 54 and F1. RGB value is (79,84,241). Sum of RGB (Red+Green+Blue) = 79+84+241=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F54F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F54F1 is #B0AB0E. Grayscale: #636363. Windows color (decimal): -11578127 or 15815759. OLE color: 15815759.

HSL color Cylindrical-coordinate representation of color #4F54F1: hue angle of 238.15º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F54F1 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7984241-
CMYK0.670.6500.05
HSL238.15º85.26%62.75%-
HSV(B)238.15º67.22%94.51%-
XYZ22.2714.3584.82-
YUV100.4207.34112.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.55%
GREEN value IS 84 (33.20% from 255) = 20.79%
BLUE value IS 241 (94.53% from 255) = 59.65%
R=19.55%
G=20.79%
B=59.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal79842410.670.6500.05238.1585.2662.75
Hex4F54F1434105ee553f
Octal1171243611031010535612577
Binary1001111101010011110001100001110000010101111011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F54F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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