Html Css Color HEX #3149F9 Neon Blue

📋 copy color: '#3149F9'

red 49 ◦ green 73 ◦ blue 249

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

Shades of Neon Blue #3149F9

Tints of Neon Blue #3149F9

RGB

 RED value IS 49 (19.53% from 255) = 13.21%

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

 BLUE value IS 249 (97.66% from 255) = 67.12%

R = 13.21%
G = 19.68%
B = 67.12%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3149F9 (or 0x3149F9) is known color: Neon Blue. HEX triplet: 31, 49 and F9. RGB value is (49,73,249). Sum of RGB (Red+Green+Blue) = 49+73+249=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 249 (97.66% from 255 or 67.12% from 371); Max value from RGB is 249 - color contains mainly: blue. Hex color #3149F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3149F9 is #CEB606. Grayscale: #555555. Windows color (decimal): -13547015 or 16337201. OLE color: 16337201.

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

Color convert

RGB 49 73 249 -
CMYK 0.80 0.71 0 0.02
HSL 232.8º 0.94% 0.58% -
HSV(B) 232.8º 0.8% 0.98% -
XYZ 20.75 12.26 90.89 -
YUV 85.89 220.05 101.69 -
System Red Green Blue C M Y K H S L
Decimal 49 73 249 0.80 0.71 0 0.02 232.8 0.94 0.58
Hex 31 49 F9 50 47 0 2 E9 5E 3A
Octal 61 111 371 120 107 0 2 351 136 72
Binary 110001 1001001 11111001 1010000 1000111 0 10 11101001 1011110 111010

Color Harmonies of #3149F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3149F9

Black with #3149F9

Text Example


Text Example

White with #3149F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3149F9; }

 p { color: rgb(49,73,249); }

 H1.HeaderClassName
 {
   color: #3149F9;
 }
 .AnyTagClassName
 {
   color: #3149F9;
 }
</style>

background-color css

<style>
 a { background-color: #3149F9; }

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

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

border-color css

<style>
 span { border-color: #3149F9; }

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

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