Html Css Color HEX #4D46FE Neon Blue

📋 copy color: '#4D46FE'

red 77 ◦ green 70 ◦ blue 254

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

Shades of Neon Blue #4D46FE

Tints of Neon Blue #4D46FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.46%

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

R = 19.2%
G = 17.46%
B = 63.34%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4D46FE (or 0x4D46FE) is known color: Neon Blue. HEX triplet: 4D, 46 and FE. RGB value is (77,70,254). Sum of RGB (Red+Green+Blue) = 77+70+254=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D46FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D46FE is #B2B901. Grayscale: #5C5C5C. Windows color (decimal): -11712770 or 16664141. OLE color: 16664141.

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

Color convert

RGB 77 70 254 -
CMYK 0.70 0.72 0 0.00
HSL 242.28º 0.99% 0.64% -
HSV(B) 242.28º 0.72% 1% -
XYZ 23.14 13.11 95.08 -
YUV 93.07 218.82 116.54 -
System Red Green Blue C M Y K H S L
Decimal 77 70 254 0.70 0.72 0 0.00 242.28 0.99 0.64
Hex 4D 46 FE 46 48 0 0 F2 63 40
Octal 115 106 376 106 110 0 0 362 143 100
Binary 1001101 1000110 11111110 1000110 1001000 0 0 11110010 1100011 1000000

Color Harmonies of #4D46FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D46FE

Black with #4D46FE

Text Example


Text Example

White with #4D46FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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