#3340F7

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

Shades of Neon Blue #3340F7

Tints of Neon Blue #3340F7

Color information

#3340F7 (or 0x3340F7) is unknown color: approx Neon Blue. HEX triplet: 33, 40 and F7. RGB value is (51,64,247). Sum of RGB (Red+Green+Blue) = 51+64+247=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 247 (96.88% from 255 or 68.23% from 362); Max value from RGB is 247 - color contains mainly: blue. Hex color #3340F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3340F7 is #CCBF08. Grayscale: #505050. Windows color (decimal): -13418249 or 16203827. OLE color: 16203827.

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

Color convert

RGB5164247-
CMYK0.790.7400.03
HSL236.02º92.45%58.43%-
HSV(B)236.02º79.35%96.86%-
XYZ19.9911.0989.08-
YUV80.97221.69106.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.09%
GREEN value IS 64 (25.39% from 255) = 17.68%
BLUE value IS 247 (96.88% from 255) = 68.23%
R=14.09%
G=17.68%
B=68.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal51642470.790.7400.03236.0292.4558.43
Hex3340F74F4A03ec5c3a
Octal631003671171120335413472
Binary11001110000001111011110011111001010011111011001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3340F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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