Html Css Color HEX #4949FB Neon Blue

📋 copy color: '#4949FB'

red 73 ◦ green 73 ◦ blue 251

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

Shades of Neon Blue #4949FB

Tints of Neon Blue #4949FB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

 BLUE value IS 251 (98.44% from 255) = 63.22%

R = 18.39%
G = 18.39%
B = 63.22%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4949FB (or 0x4949FB) is known color: Neon Blue. HEX triplet: 49, 49 and FB. RGB value is (73,73,251). Sum of RGB (Red+Green+Blue) = 73+73+251=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #4949FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4949FB is #B6B604. Grayscale: #5C5C5C. Windows color (decimal): -11974149 or 16468297. OLE color: 16468297.

HSL color Cylindrical-coordinate representation of color #4949FB: hue angle of 240º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4949FB is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 73 251 -
CMYK 0.71 0.71 0 0.02
HSL 240º 0.96% 0.64% -
HSV(B) 240º 0.71% 0.98% -
XYZ 22.54 13.15 92.62 -
YUV 93.29 217 113.53 -
System Red Green Blue C M Y K H S L
Decimal 73 73 251 0.71 0.71 0 0.02 240 0.96 0.64
Hex 49 49 FB 47 47 0 2 F0 60 40
Octal 111 111 373 107 107 0 2 360 140 100
Binary 1001001 1001001 11111011 1000111 1000111 0 10 11110000 1100000 1000000

Color Harmonies of #4949FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4949FB

Black with #4949FB

Text Example


Text Example

White with #4949FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4949FB; }

 p { color: rgb(73,73,251); }

 H1.HeaderClassName
 {
   color: #4949FB;
 }
 .AnyTagClassName
 {
   color: #4949FB;
 }
</style>

background-color css

<style>
 a { background-color: #4949FB; }

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

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

border-color css

<style>
 span { border-color: #4949FB; }

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

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