Html Css Color HEX #4933FA Neon Blue

📋 copy color: '#4933FA'

red 73 ◦ green 51 ◦ blue 250

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

Shades of Neon Blue #4933FA

Tints of Neon Blue #4933FA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.64%

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

R = 19.52%
G = 13.64%
B = 66.84%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4933FA (or 0x4933FA) is known color: Neon Blue. HEX triplet: 49, 33 and FA. RGB value is (73,51,250). Sum of RGB (Red+Green+Blue) = 73+51+250=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #4933FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4933FA is #B6CC05. Grayscale: #4F4F4F. Windows color (decimal): -11979782 or 16397129. OLE color: 16397129.

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

Color convert

RGB 73 51 250 -
CMYK 0.71 0.80 0 0.02
HSL 246.63º 0.95% 0.59% -
HSV(B) 246.63º 0.8% 0.98% -
XYZ 21.19 10.69 91.39 -
YUV 80.26 223.79 122.82 -
System Red Green Blue C M Y K H S L
Decimal 73 51 250 0.71 0.80 0 0.02 246.63 0.95 0.59
Hex 49 33 FA 47 50 0 2 F7 5F 3B
Octal 111 63 372 107 120 0 2 367 137 73
Binary 1001001 110011 11111010 1000111 1010000 0 10 11110111 1011111 111011

Color Harmonies of #4933FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4933FA

Black with #4933FA

Text Example


Text Example

White with #4933FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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