Html Css Color HEX #4D3CFA Neon Blue

📋 copy color: '#4D3CFA'

red 77 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #4D3CFA

Tints of Neon Blue #4D3CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.5%

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

R = 19.9%
G = 15.5%
B = 64.6%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D3CFA (or 0x4D3CFA) is known color: Neon Blue. HEX triplet: 4D, 3C and FA. RGB value is (77,60,250). Sum of RGB (Red+Green+Blue) = 77+60+250=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D3CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3CFA is #B2C305. Grayscale: #565656. Windows color (decimal): -11715334 or 16399437. OLE color: 16399437.

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

Color convert

RGB 77 60 250 -
CMYK 0.69 0.76 0 0.02
HSL 245.37º 0.95% 0.61% -
HSV(B) 245.37º 0.76% 0.98% -
XYZ 21.93 11.71 91.55 -
YUV 86.74 220.13 121.05 -
System Red Green Blue C M Y K H S L
Decimal 77 60 250 0.69 0.76 0 0.02 245.37 0.95 0.61
Hex 4D 3C FA 45 4C 0 2 F5 5F 3D
Octal 115 74 372 105 114 0 2 365 137 75
Binary 1001101 111100 11111010 1000101 1001100 0 10 11110101 1011111 111101

Color Harmonies of #4D3CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3CFA

Black with #4D3CFA

Text Example


Text Example

White with #4D3CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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