Html Css Color HEX #4934FA Neon Blue

📋 copy color: '#4934FA'

red 73 ◦ green 52 ◦ blue 250

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

Shades of Neon Blue #4934FA

Tints of Neon Blue #4934FA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.87%

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

R = 19.47%
G = 13.87%
B = 66.67%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4934FA (or 0x4934FA) is known color: Neon Blue. HEX triplet: 49, 34 and FA. RGB value is (73,52,250). Sum of RGB (Red+Green+Blue) = 73+52+250=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #4934FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4934FA is #B6CB05. Grayscale: #505050. Windows color (decimal): -11979526 or 16397385. OLE color: 16397385.

HSL color Cylindrical-coordinate representation of color #4934FA: hue angle of 246.36º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4934FA is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 52 250 -
CMYK 0.71 0.79 0 0.02
HSL 246.36º 0.95% 0.59% -
HSV(B) 246.36º 0.79% 0.98% -
XYZ 21.23 10.77 91.4 -
YUV 80.85 223.46 122.4 -
System Red Green Blue C M Y K H S L
Decimal 73 52 250 0.71 0.79 0 0.02 246.36 0.95 0.59
Hex 49 34 FA 47 4F 0 2 F6 5F 3B
Octal 111 64 372 107 117 0 2 366 137 73
Binary 1001001 110100 11111010 1000111 1001111 0 10 11110110 1011111 111011

Color Harmonies of #4934FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4934FA

Black with #4934FA

Text Example


Text Example

White with #4934FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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