Html Css Color HEX #4D57FA Neon Blue

📋 copy color: '#4D57FA'

red 77 ◦ green 87 ◦ blue 250

#4D57FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4D57FA

Tints of Neon Blue #4D57FA

RGB

 RED value IS 77 (30.47% from 255) = 18.6%

 GREEN value IS 87 (34.38% from 255) = 21.01%

 BLUE value IS 250 (98.05% from 255) = 60.39%

R = 18.6%
G = 21.01%
B = 60.39%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D57FA (or 0x4D57FA) is known color: Neon Blue. HEX triplet: 4D, 57 and FA. RGB value is (77,87,250). Sum of RGB (Red+Green+Blue) = 77+87+250=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D57FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D57FA is #B2A805. Grayscale: #656565. Windows color (decimal): -11708422 or 16406349. OLE color: 16406349.

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

Color convert

RGB 77 87 250 -
CMYK 0.69 0.65 0 0.02
HSL 236.53º 0.95% 0.64% -
HSV(B) 236.53º 0.69% 0.98% -
XYZ 23.72 15.3 92.14 -
YUV 102.59 211.19 109.75 -
System Red Green Blue C M Y K H S L
Decimal 77 87 250 0.69 0.65 0 0.02 236.53 0.95 0.64
Hex 4D 57 FA 45 41 0 2 ED 5F 40
Octal 115 127 372 105 101 0 2 355 137 100
Binary 1001101 1010111 11111010 1000101 1000001 0 10 11101101 1011111 1000000

Color Harmonies of #4D57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D57FA

Black with #4D57FA

Text Example


Text Example

White with #4D57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D57FA;
 }
 .AnyTagClassName
 {
   color: #4D57FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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