Html Css Color HEX #3141F9 Neon Blue

📋 copy color: '#3141F9'

red 49 ◦ green 65 ◦ blue 249

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

Shades of Neon Blue #3141F9

Tints of Neon Blue #3141F9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

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

R = 13.5%
G = 17.91%
B = 68.6%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3141F9 (or 0x3141F9) is known color: Neon Blue. HEX triplet: 31, 41 and F9. RGB value is (49,65,249). Sum of RGB (Red+Green+Blue) = 49+65+249=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 249 (97.66% from 255 or 68.60% from 363); Max value from RGB is 249 - color contains mainly: blue. Hex color #3141F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3141F9 is #CEBE06. Grayscale: #505050. Windows color (decimal): -13549063 or 16335153. OLE color: 16335153.

HSL color Cylindrical-coordinate representation of color #3141F9: hue angle of 235.2º 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 #3141F9 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 65 249 -
CMYK 0.80 0.74 0 0.02
HSL 235.2º 0.94% 0.58% -
HSV(B) 235.2º 0.8% 0.98% -
XYZ 20.26 11.27 90.73 -
YUV 81.19 222.7 105.04 -
System Red Green Blue C M Y K H S L
Decimal 49 65 249 0.80 0.74 0 0.02 235.2 0.94 0.58
Hex 31 41 F9 50 4A 0 2 EB 5E 3A
Octal 61 101 371 120 112 0 2 353 136 72
Binary 110001 1000001 11111001 1010000 1001010 0 10 11101011 1011110 111010

Color Harmonies of #3141F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3141F9

Black with #3141F9

Text Example


Text Example

White with #3141F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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