Html Css Color HEX #3A49FB Neon Blue

📋 copy color: '#3A49FB'

red 58 ◦ green 73 ◦ blue 251

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

Shades of Neon Blue #3A49FB

Tints of Neon Blue #3A49FB

RGB

 RED value IS 58 (23.05% from 255) = 15.18%

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

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

R = 15.18%
G = 19.11%
B = 65.71%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A49FB (or 0x3A49FB) is known color: Neon Blue. HEX triplet: 3A, 49 and FB. RGB value is (58,73,251). Sum of RGB (Red+Green+Blue) = 58+73+251=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A49FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A49FB is #C5B604. Grayscale: #585858. Windows color (decimal): -12957189 or 16468282. OLE color: 16468282.

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

Color convert

RGB 58 73 251 -
CMYK 0.77 0.71 0 0.02
HSL 235.34º 0.96% 0.61% -
HSV(B) 235.34º 0.77% 0.98% -
XYZ 21.54 12.63 92.57 -
YUV 88.81 219.53 106.03 -
System Red Green Blue C M Y K H S L
Decimal 58 73 251 0.77 0.71 0 0.02 235.34 0.96 0.61
Hex 3A 49 FB 4D 47 0 2 EB 60 3D
Octal 72 111 373 115 107 0 2 353 140 75
Binary 111010 1001001 11111011 1001101 1000111 0 10 11101011 1100000 111101

Color Harmonies of #3A49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A49FB

Black with #3A49FB

Text Example


Text Example

White with #3A49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A49FB; }

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

 H1.HeaderClassName
 {
   color: #3A49FB;
 }
 .AnyTagClassName
 {
   color: #3A49FB;
 }
</style>

background-color css

<style>
 a { background-color: #3A49FB; }

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

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

border-color css

<style>
 span { border-color: #3A49FB; }

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

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