#293EF7

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

Shades of Neon Blue #293EF7

Tints of Neon Blue #293EF7

Color information

#293EF7 (or 0x293EF7) is unknown color: approx Neon Blue. HEX triplet: 29, 3E and F7. RGB value is (41,62,247). Sum of RGB (Red+Green+Blue) = 41+62+247=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 247 (96.88% from 255 or 70.57% from 350); Max value from RGB is 247 - color contains mainly: blue. Hex color #293EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293EF7 is #D6C108. Grayscale: #4C4C4C. Windows color (decimal): -14074121 or 16203305. OLE color: 16203305.

HSL color Cylindrical-coordinate representation of color #293EF7: hue angle of 233.88º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293EF7 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4162247-
CMYK0.830.7500.03
HSL233.88º92.79%56.47%-
HSV(B)233.88º83.4%96.86%-
XYZ19.4310.6389.02-
YUV76.81224.04102.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.71%
GREEN value IS 62 (24.61% from 255) = 17.71%
BLUE value IS 247 (96.88% from 255) = 70.57%
R=11.71%
G=17.71%
B=70.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal41622470.830.7500.03233.8892.7956.47
Hex293EF7534B03ea5d38
Octal51763671231130335213570
Binary1010011111101111011110100111001011011111010101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293EF7; }

 p { color: rgb(41,62,247); }

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

<style>
 a { background-color: #293EF7; }

 a { background-color: rgb(41,62,247); }

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

<style>
 span { border-color: #293EF7; }

 span { border-color: rgb(41,62,247); }

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