Html Css Color HEX #2946EF Neon Blue

📋 copy color: '#2946EF'

red 41 ◦ green 70 ◦ blue 239

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

Shades of Neon Blue #2946EF

Tints of Neon Blue #2946EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.29%

R = 11.71%
G = 20%
B = 68.29%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2946EF (or 0x2946EF) is known color: Neon Blue. HEX triplet: 29, 46 and EF. RGB value is (41,70,239). Sum of RGB (Red+Green+Blue) = 41+70+239=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #2946EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2946EF is #D6B910. Grayscale: #4F4F4F. Windows color (decimal): -14072081 or 15681065. OLE color: 15681065.

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

Color convert

RGB 41 70 239 -
CMYK 0.83 0.71 0 0.06
HSL 231.21º 0.86% 0.55% -
HSV(B) 231.21º 0.83% 0.94% -
XYZ 18.68 11.08 82.82 -
YUV 80.6 217.39 99.76 -
System Red Green Blue C M Y K H S L
Decimal 41 70 239 0.83 0.71 0 0.06 231.21 0.86 0.55
Hex 29 46 EF 53 47 0 6 E7 56 37
Octal 51 106 357 123 107 0 6 347 126 67
Binary 101001 1000110 11101111 1010011 1000111 0 110 11100111 1010110 110111

Color Harmonies of #2946EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2946EF

Black with #2946EF

Text Example


Text Example

White with #2946EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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