Html Css Color HEX #4D3EFA Neon Blue

📋 copy color: '#4D3EFA'

red 77 ◦ green 62 ◦ blue 250

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

Shades of Neon Blue #4D3EFA

Tints of Neon Blue #4D3EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.94%

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

R = 19.79%
G = 15.94%
B = 64.27%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D3EFA (or 0x4D3EFA) is known color: Neon Blue. HEX triplet: 4D, 3E and FA. RGB value is (77,62,250). Sum of RGB (Red+Green+Blue) = 77+62+250=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D3EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3EFA is #B2C105. Grayscale: #575757. Windows color (decimal): -11714822 or 16399949. OLE color: 16399949.

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

Color convert

RGB 77 62 250 -
CMYK 0.69 0.75 0 0.02
HSL 244.79º 0.95% 0.61% -
HSV(B) 244.79º 0.75% 0.98% -
XYZ 22.04 11.93 91.58 -
YUV 87.92 219.47 120.21 -
System Red Green Blue C M Y K H S L
Decimal 77 62 250 0.69 0.75 0 0.02 244.79 0.95 0.61
Hex 4D 3E FA 45 4B 0 2 F5 5F 3D
Octal 115 76 372 105 113 0 2 365 137 75
Binary 1001101 111110 11111010 1000101 1001011 0 10 11110101 1011111 111101

Color Harmonies of #4D3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3EFA

Black with #4D3EFA

Text Example


Text Example

White with #4D3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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