#4F58F8

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

Shades of Neon Blue #4F58F8

Tints of Neon Blue #4F58F8

Color information

#4F58F8 (or 0x4F58F8) is unknown color: approx Neon Blue. HEX triplet: 4F, 58 and F8. RGB value is (79,88,248). Sum of RGB (Red+Green+Blue) = 79+88+248=415 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.04% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 248 (97.27% from 255 or 59.76% from 415); Max value from RGB is 248 - color contains mainly: blue. Hex color #4F58F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F58F8 is #B0A707. Grayscale: #666666. Windows color (decimal): -11577096 or 16275535. OLE color: 16275535.

HSL color Cylindrical-coordinate representation of color #4F58F8: hue angle of 236.8º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F58F8 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7988248-
CMYK0.680.6500.03
HSL236.8º92.35%64.12%-
HSV(B)236.8º68.15%97.25%-
XYZ23.6615.4290.54-
YUV103.55209.52110.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.04%
GREEN value IS 88 (34.77% from 255) = 21.20%
BLUE value IS 248 (97.27% from 255) = 59.76%
R=19.04%
G=21.20%
B=59.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal79882480.680.6500.03236.892.3564.12
Hex4F58F8444103ed5c40
Octal11713037010410103355134100
Binary1001111101100011111000100010010000010111110110110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F58F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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