#4D57FF

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

Shades of Neon Blue #4D57FF

Tints of Neon Blue #4D57FF

Color information

#4D57FF (or 0x4D57FF) is unknown color: approx Neon Blue. HEX triplet: 4D, 57 and FF. RGB value is (77,87,255). Sum of RGB (Red+Green+Blue) = 77+87+255=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D57FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D57FF is #B2A800. Grayscale: #666666. Windows color (decimal): -11708417 or 16734029. OLE color: 16734029.

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

Color convert

RGB7787255-
CMYK0.700.6600
HSL236.63º100%65.1%-
HSV(B)236.63º69.8%100%-
XYZ24.5215.6196.33-
YUV103.16213.69109.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.38%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 255 (100% from 255) = 60.86%
R=18.38%
G=20.76%
B=60.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal77872550.700.6600236.6310065.1
Hex4D57FF464200ed6441
Octal11512737710610200355144101
Binary100110110101111111111110001101000010001110110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D57FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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