#3240F7

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

Shades of Neon Blue #3240F7

Tints of Neon Blue #3240F7

Color information

#3240F7 (or 0x3240F7) is unknown color: approx Neon Blue. HEX triplet: 32, 40 and F7. RGB value is (50,64,247). Sum of RGB (Red+Green+Blue) = 50+64+247=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 247 (96.88% from 255 or 68.42% from 361); Max value from RGB is 247 - color contains mainly: blue. Hex color #3240F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3240F7 is #CDBF08. Grayscale: #4F4F4F. Windows color (decimal): -13483785 or 16203826. OLE color: 16203826.

HSL color Cylindrical-coordinate representation of color #3240F7: hue angle of 235.74º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3240F7 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5064247-
CMYK0.800.7400.03
HSL235.74º92.49%58.24%-
HSV(B)235.74º79.76%96.86%-
XYZ19.9411.0689.08-
YUV80.68221.86106.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.85%
GREEN value IS 64 (25.39% from 255) = 17.73%
BLUE value IS 247 (96.88% from 255) = 68.42%
R=13.85%
G=17.73%
B=68.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal50642470.800.7400.03235.7492.4958.24
Hex3240F7504A03ec5c3a
Octal621003671201120335413472
Binary11001010000001111011110100001001010011111011001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3240F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3240F7; }

 p { color: rgb(50,64,247); }

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

<style>
 a { background-color: #3240F7; }

 a { background-color: rgb(50,64,247); }

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

<style>
 span { border-color: #3240F7; }

 span { border-color: rgb(50,64,247); }

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