#293FE8

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

Shades of Neon Blue #293FE8

Tints of Neon Blue #293FE8

Color information

#293FE8 (or 0x293FE8) is unknown color: approx Neon Blue. HEX triplet: 29, 3F and E8. RGB value is (41,63,232). Sum of RGB (Red+Green+Blue) = 41+63+232=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 232 (91.02% from 255 or 69.05% from 336); Max value from RGB is 232 - color contains mainly: blue. Hex color #293FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293FE8 is #D6C017. Grayscale: #4A4A4A. Windows color (decimal): -14073880 or 15220521. OLE color: 15220521.

HSL color Cylindrical-coordinate representation of color #293FE8: hue angle of 233.09º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293FE8 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4163232-
CMYK0.820.7300.09
HSL233.09º80.59%53.53%-
HSV(B)233.09º82.33%90.98%-
XYZ17.269.8577.34-
YUV75.69216.21103.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.20%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 232 (91.02% from 255) = 69.05%
R=12.20%
G=18.75%
B=69.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal41632320.820.7300.09233.0980.5953.53
Hex293FE8524909e95136
Octal517735012211101135112166
Binary101001111111111010001010010100100101001111010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,63,232); }

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

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

 a { background-color: rgb(41,63,232); }

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

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

 span { border-color: rgb(41,63,232); }

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