Html Css Color HEX #2946F1 Neon Blue

📋 copy color: '#2946F1'

red 41 ◦ green 70 ◦ blue 241

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

Shades of Neon Blue #2946F1

Tints of Neon Blue #2946F1

RGB

 RED value IS 41 (16.41% from 255) = 11.65%

 GREEN value IS 70 (27.73% from 255) = 19.89%

 BLUE value IS 241 (94.53% from 255) = 68.47%

R = 11.65%
G = 19.89%
B = 68.47%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2946F1 (or 0x2946F1) is known color: Neon Blue. HEX triplet: 29, 46 and F1. RGB value is (41,70,241). Sum of RGB (Red+Green+Blue) = 41+70+241=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #2946F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2946F1 is #D6B90E. Grayscale: #505050. Windows color (decimal): -14072079 or 15812137. OLE color: 15812137.

HSL color Cylindrical-coordinate representation of color #2946F1: hue angle of 231.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2946F1 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 70 241 -
CMYK 0.83 0.71 0 0.05
HSL 231.3º 0.88% 0.55% -
HSV(B) 231.3º 0.83% 0.95% -
XYZ 18.98 11.2 84.38 -
YUV 80.82 218.39 99.6 -
System Red Green Blue C M Y K H S L
Decimal 41 70 241 0.83 0.71 0 0.05 231.3 0.88 0.55
Hex 29 46 F1 53 47 0 5 E7 58 37
Octal 51 106 361 123 107 0 5 347 130 67
Binary 101001 1000110 11110001 1010011 1000111 0 101 11100111 1011000 110111

Color Harmonies of #2946F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2946F1

Black with #2946F1

Text Example


Text Example

White with #2946F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2946F1; }

 p { color: rgb(41,70,241); }

 H1.HeaderClassName
 {
   color: #2946F1;
 }
 .AnyTagClassName
 {
   color: #2946F1;
 }
</style>

background-color css

<style>
 a { background-color: #2946F1; }

 a { background-color: rgb(41,70,241); }

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

border-color css

<style>
 span { border-color: #2946F1; }

 span { border-color: rgb(41,70,241); }

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