Html Css Color HEX #4D5AFE Neon Blue

📋 copy color: '#4D5AFE'

red 77 ◦ green 90 ◦ blue 254

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

Shades of Neon Blue #4D5AFE

Tints of Neon Blue #4D5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.38%

 BLUE value IS 254 (99.61% from 255) = 60.33%

R = 18.29%
G = 21.38%
B = 60.33%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4D5AFE (or 0x4D5AFE) is known color: Neon Blue. HEX triplet: 4D, 5A and FE. RGB value is (77,90,254). Sum of RGB (Red+Green+Blue) = 77+90+254=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D5AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5AFE is #B2A501. Grayscale: #686868. Windows color (decimal): -11707650 or 16669261. OLE color: 16669261.

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

Color convert

RGB 77 90 254 -
CMYK 0.70 0.65 0 0.00
HSL 235.59º 0.99% 0.65% -
HSV(B) 235.59º 0.7% 1% -
XYZ 24.61 16.05 95.57 -
YUV 104.81 212.19 108.16 -
System Red Green Blue C M Y K H S L
Decimal 77 90 254 0.70 0.65 0 0.00 235.59 0.99 0.65
Hex 4D 5A FE 46 41 0 0 EC 63 41
Octal 115 132 376 106 101 0 0 354 143 101
Binary 1001101 1011010 11111110 1000110 1000001 0 0 11101100 1100011 1000001

Color Harmonies of #4D5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5AFE

Black with #4D5AFE

Text Example


Text Example

White with #4D5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,90,254); }

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

background-color css

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

 a { background-color: rgb(77,90,254); }

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

border-color css

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

 span { border-color: rgb(77,90,254); }

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