Html Css Color HEX #4D46FA Neon Blue

📋 copy color: '#4D46FA'

red 77 ◦ green 70 ◦ blue 250

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

Shades of Neon Blue #4D46FA

Tints of Neon Blue #4D46FA

RGB

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

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

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

R = 19.4%
G = 17.63%
B = 62.97%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D46FA (or 0x4D46FA) is known color: Neon Blue. HEX triplet: 4D, 46 and FA. RGB value is (77,70,250). Sum of RGB (Red+Green+Blue) = 77+70+250=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D46FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D46FA is #B2B905. Grayscale: #5B5B5B. Windows color (decimal): -11712774 or 16401997. OLE color: 16401997.

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

Color convert

RGB 77 70 250 -
CMYK 0.69 0.72 0 0.02
HSL 242.33º 0.95% 0.63% -
HSV(B) 242.33º 0.72% 0.98% -
XYZ 22.51 12.86 91.74 -
YUV 92.61 216.82 116.86 -
System Red Green Blue C M Y K H S L
Decimal 77 70 250 0.69 0.72 0 0.02 242.33 0.95 0.63
Hex 4D 46 FA 45 48 0 2 F2 5F 3F
Octal 115 106 372 105 110 0 2 362 137 77
Binary 1001101 1000110 11111010 1000101 1001000 0 10 11110010 1011111 111111

Color Harmonies of #4D46FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D46FA

Black with #4D46FA

Text Example


Text Example

White with #4D46FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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