Html Css Color HEX #4D54EF Neon Blue

📋 copy color: '#4D54EF'

red 77 ◦ green 84 ◦ blue 239

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

Shades of Neon Blue #4D54EF

Tints of Neon Blue #4D54EF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 19.25%
G = 21%
B = 59.75%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4D54EF (or 0x4D54EF) is known color: Neon Blue. HEX triplet: 4D, 54 and EF. RGB value is (77,84,239). Sum of RGB (Red+Green+Blue) = 77+84+239=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D54EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D54EF is #B2AB10. Grayscale: #626262. Windows color (decimal): -11709201 or 15684685. OLE color: 15684685.

HSL color Cylindrical-coordinate representation of color #4D54EF: hue angle of 237.41º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D54EF is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 84 239 -
CMYK 0.68 0.65 0 0.06
HSL 237.41º 0.84% 0.62% -
HSV(B) 237.41º 0.68% 0.94% -
XYZ 21.81 14.15 83.24 -
YUV 99.58 206.68 111.9 -
System Red Green Blue C M Y K H S L
Decimal 77 84 239 0.68 0.65 0 0.06 237.41 0.84 0.62
Hex 4D 54 EF 44 41 0 6 ED 54 3E
Octal 115 124 357 104 101 0 6 355 124 76
Binary 1001101 1010100 11101111 1000100 1000001 0 110 11101101 1010100 111110

Color Harmonies of #4D54EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D54EF

Black with #4D54EF

Text Example


Text Example

White with #4D54EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,84,239); }

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

background-color css

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

 a { background-color: rgb(77,84,239); }

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

border-color css

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

 span { border-color: rgb(77,84,239); }

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