#2940F9

Color #2940F9 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #2940F9

Tints of Neon Blue #2940F9

Color information

#2940F9 (or 0x2940F9) is unknown color: approx Neon Blue. HEX triplet: 29, 40 and F9. RGB value is (41,64,249). Sum of RGB (Red+Green+Blue) = 41+64+249=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 249 (97.66% from 255 or 70.34% from 354); Max value from RGB is 249 - color contains mainly: blue. Hex color #2940F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2940F9 is #D6BF06. Grayscale: #4D4D4D. Windows color (decimal): -14073607 or 16334889. OLE color: 16334889.

HSL color Cylindrical-coordinate representation of color #2940F9: hue angle of 233.37º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2940F9 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4164249-
CMYK0.840.7400.02
HSL233.37º94.55%56.86%-
HSV(B)233.37º83.53%97.65%-
XYZ19.8510.9890.7-
YUV78.21224.38101.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.58%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 249 (97.66% from 255) = 70.34%
R=11.58%
G=18.08%
B=70.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal41642490.840.7400.02233.3794.5556.86
Hex2940F9544A02e95f39
Octal511003711241120235113771
Binary10100110000001111100110101001001010010111010011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2940F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,64,249); }

 H1.HeaderClassName
 {
   color: #2940F9;
 }
 .AnyTagClassName
 {
   color: #2940F9;
 }
</style>
background-color css

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

 a { background-color: rgb(41,64,249); }

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

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

 span { border-color: rgb(41,64,249); }

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