#4F58EE

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

Shades of Neon Blue #4F58EE

Tints of Neon Blue #4F58EE

Color information

#4F58EE (or 0x4F58EE) is unknown color: approx Neon Blue. HEX triplet: 4F, 58 and EE. RGB value is (79,88,238). Sum of RGB (Red+Green+Blue) = 79+88+238=405 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.51% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #4F58EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F58EE is #B0A711. Grayscale: #656565. Windows color (decimal): -11577106 or 15620175. OLE color: 15620175.

HSL color Cylindrical-coordinate representation of color #4F58EE: hue angle of 236.6º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F58EE is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7988238-
CMYK0.670.6300.07
HSL236.6º82.38%62.16%-
HSV(B)236.6º66.81%93.33%-
XYZ22.1514.8182.58-
YUV102.41204.52111.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.51%
GREEN value IS 88 (34.77% from 255) = 21.73%
BLUE value IS 238 (93.36% from 255) = 58.77%
R=19.51%
G=21.73%
B=58.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal79882380.670.6300.07236.682.3862.16
Hex4F58EE433F07ed523e
Octal117130356103770735512276
Binary100111110110001110111010000111111110111111011011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F58EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,88,238); }

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

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

 a { background-color: rgb(79,88,238); }

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

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

 span { border-color: rgb(79,88,238); }

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