#4F54EB

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

Shades of Neon Blue #4F54EB

Tints of Neon Blue #4F54EB

Color information

#4F54EB (or 0x4F54EB) is unknown color: approx Neon Blue. HEX triplet: 4F, 54 and EB. RGB value is (79,84,235). Sum of RGB (Red+Green+Blue) = 79+84+235=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #4F54EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F54EB is #B0AB14. Grayscale: #636363. Windows color (decimal): -11578133 or 15422543. OLE color: 15422543.

HSL color Cylindrical-coordinate representation of color #4F54EB: hue angle of 238.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F54EB is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7984235-
CMYK0.660.6400.08
HSL238.08º79.59%61.57%-
HSV(B)238.08º66.38%92.16%-
XYZ21.391480.17-
YUV99.72204.34113.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.85%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 235 (92.19% from 255) = 59.05%
R=19.85%
G=21.11%
B=59.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal79842350.660.6400.08238.0879.5961.57
Hex4F54EB424008ee503e
Octal11712435310210001035612076
Binary10011111010100111010111000010100000001000111011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F54EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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