Html Css Color HEX #4939FA Neon Blue

📋 copy color: '#4939FA'

red 73 ◦ green 57 ◦ blue 250

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

Shades of Neon Blue #4939FA

Tints of Neon Blue #4939FA

RGB

 RED value IS 73 (28.91% from 255) = 19.21%

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

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

R = 19.21%
G = 15%
B = 65.79%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4939FA (or 0x4939FA) is known color: Neon Blue. HEX triplet: 49, 39 and FA. RGB value is (73,57,250). Sum of RGB (Red+Green+Blue) = 73+57+250=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #4939FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4939FA is #B6C605. Grayscale: #535353. Windows color (decimal): -11978246 or 16398665. OLE color: 16398665.

HSL color Cylindrical-coordinate representation of color #4939FA: hue angle of 244.97º 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 #4939FA is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 57 250 -
CMYK 0.71 0.77 0 0.02
HSL 244.97º 0.95% 0.6% -
HSV(B) 244.97º 0.77% 0.98% -
XYZ 21.47 11.24 91.48 -
YUV 83.79 221.8 120.31 -
System Red Green Blue C M Y K H S L
Decimal 73 57 250 0.71 0.77 0 0.02 244.97 0.95 0.6
Hex 49 39 FA 47 4D 0 2 F5 5F 3C
Octal 111 71 372 107 115 0 2 365 137 74
Binary 1001001 111001 11111010 1000111 1001101 0 10 11110101 1011111 111100

Color Harmonies of #4939FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4939FA

Black with #4939FA

Text Example


Text Example

White with #4939FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4939FA; }

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

 H1.HeaderClassName
 {
   color: #4939FA;
 }
 .AnyTagClassName
 {
   color: #4939FA;
 }
</style>

background-color css

<style>
 a { background-color: #4939FA; }

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

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

border-color css

<style>
 span { border-color: #4939FA; }

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

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