#4F57FF

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

Shades of Neon Blue #4F57FF

Tints of Neon Blue #4F57FF

Color information

#4F57FF (or 0x4F57FF) is unknown color: approx Neon Blue. HEX triplet: 4F, 57 and FF. RGB value is (79,87,255). Sum of RGB (Red+Green+Blue) = 79+87+255=421 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.76% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F57FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F57FF is #B0A800. Grayscale: #676767. Windows color (decimal): -11577345 or 16734031. OLE color: 16734031.

HSL color Cylindrical-coordinate representation of color #4F57FF: hue angle of 237.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F57FF is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7987255-
CMYK0.690.6600
HSL237.27º100%65.49%-
HSV(B)237.27º69.02%100%-
XYZ24.6815.796.34-
YUV103.76213.35110.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.76%
GREEN value IS 87 (34.38% from 255) = 20.67%
BLUE value IS 255 (100% from 255) = 60.57%
R=18.76%
G=20.67%
B=60.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal79872550.690.6600237.2710065.49
Hex4F57FF454200ed6441
Octal11712737710510200355144101
Binary100111110101111111111110001011000010001110110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F57FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,87,255); }

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

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

 a { background-color: rgb(79,87,255); }

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

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

 span { border-color: rgb(79,87,255); }

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