Html Css Color HEX #4D39FA Neon Blue

📋 copy color: '#4D39FA'

red 77 ◦ green 57 ◦ blue 250

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

Shades of Neon Blue #4D39FA

Tints of Neon Blue #4D39FA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.84%

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

R = 20.05%
G = 14.84%
B = 65.1%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D39FA (or 0x4D39FA) is known color: Neon Blue. HEX triplet: 4D, 39 and FA. RGB value is (77,57,250). Sum of RGB (Red+Green+Blue) = 77+57+250=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D39FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D39FA is #B2C605. Grayscale: #545454. Windows color (decimal): -11716102 or 16398669. OLE color: 16398669.

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

Color convert

RGB 77 57 250 -
CMYK 0.69 0.77 0 0.02
HSL 246.22º 0.95% 0.6% -
HSV(B) 246.22º 0.77% 0.98% -
XYZ 21.78 11.41 91.5 -
YUV 84.98 221.13 122.31 -
System Red Green Blue C M Y K H S L
Decimal 77 57 250 0.69 0.77 0 0.02 246.22 0.95 0.6
Hex 4D 39 FA 45 4D 0 2 F6 5F 3C
Octal 115 71 372 105 115 0 2 366 137 74
Binary 1001101 111001 11111010 1000101 1001101 0 10 11110110 1011111 111100

Color Harmonies of #4D39FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D39FA

Black with #4D39FA

Text Example


Text Example

White with #4D39FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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