Html Css Color HEX #4849F2 Neon Blue

📋 copy color: '#4849F2'

red 72 ◦ green 73 ◦ blue 242

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

Shades of Neon Blue #4849F2

Tints of Neon Blue #4849F2

RGB

 RED value IS 72 (28.52% from 255) = 18.6%

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

 BLUE value IS 242 (94.92% from 255) = 62.53%

R = 18.6%
G = 18.86%
B = 62.53%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4849F2 (or 0x4849F2) is known color: Neon Blue. HEX triplet: 48, 49 and F2. RGB value is (72,73,242). Sum of RGB (Red+Green+Blue) = 72+73+242=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #4849F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4849F2 is #B7B60D. Grayscale: #5B5B5B. Windows color (decimal): -12039694 or 15878472. OLE color: 15878472.

HSL color Cylindrical-coordinate representation of color #4849F2: hue angle of 239.65º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4849F2 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 73 242 -
CMYK 0.70 0.70 0 0.05
HSL 239.65º 0.87% 0.62% -
HSV(B) 239.65º 0.7% 0.95% -
XYZ 21.08 12.55 85.32 -
YUV 91.97 212.67 113.76 -
System Red Green Blue C M Y K H S L
Decimal 72 73 242 0.70 0.70 0 0.05 239.65 0.87 0.62
Hex 48 49 F2 46 46 0 5 F0 57 3E
Octal 110 111 362 106 106 0 5 360 127 76
Binary 1001000 1001001 11110010 1000110 1000110 0 101 11110000 1010111 111110

Color Harmonies of #4849F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4849F2

Black with #4849F2

Text Example


Text Example

White with #4849F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4849F2; }

 p { color: rgb(72,73,242); }

 H1.HeaderClassName
 {
   color: #4849F2;
 }
 .AnyTagClassName
 {
   color: #4849F2;
 }
</style>

background-color css

<style>
 a { background-color: #4849F2; }

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

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

border-color css

<style>
 span { border-color: #4849F2; }

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

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