Html Css Color HEX #4D54FE Neon Blue

📋 copy color: '#4D54FE'

red 77 ◦ green 84 ◦ blue 254

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

Shades of Neon Blue #4D54FE

Tints of Neon Blue #4D54FE

RGB

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

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

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

R = 18.55%
G = 20.24%
B = 61.2%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4D54FE (or 0x4D54FE) is known color: Neon Blue. HEX triplet: 4D, 54 and FE. RGB value is (77,84,254). Sum of RGB (Red+Green+Blue) = 77+84+254=415 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.55% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D54FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D54FE is #B2AB01. Grayscale: #646464. Windows color (decimal): -11709186 or 16667725. OLE color: 16667725.

HSL color Cylindrical-coordinate representation of color #4D54FE: hue angle of 237.63º 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 #4D54FE is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 84 254 -
CMYK 0.70 0.67 0 0.00
HSL 237.63º 0.99% 0.65% -
HSV(B) 237.63º 0.7% 1% -
XYZ 24.12 15.07 95.4 -
YUV 101.29 214.18 110.68 -
System Red Green Blue C M Y K H S L
Decimal 77 84 254 0.70 0.67 0 0.00 237.63 0.99 0.65
Hex 4D 54 FE 46 43 0 0 EE 63 41
Octal 115 124 376 106 103 0 0 356 143 101
Binary 1001101 1010100 11111110 1000110 1000011 0 0 11101110 1100011 1000001

Color Harmonies of #4D54FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D54FE

Black with #4D54FE

Text Example


Text Example

White with #4D54FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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