#6340F9

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

Shades of Neon Blue #6340F9

Tints of Neon Blue #6340F9

Color information

#6340F9 (or 0x6340F9) is unknown color: approx Neon Blue. HEX triplet: 63, 40 and F9. RGB value is (99,64,249). Sum of RGB (Red+Green+Blue) = 99+64+249=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #6340F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6340F9 is #9CBF06. Grayscale: #5E5E5E. Windows color (decimal): -10272519 or 16334947. OLE color: 16334947.

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

Color convert

RGB9964249-
CMYK0.600.7400.02
HSL251.35º93.91%61.37%-
HSV(B)251.35º74.3%97.65%-
XYZ24.0813.1690.89-
YUV95.56214.6130.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 64 (25.39% from 255) = 15.53%
BLUE value IS 249 (97.66% from 255) = 60.44%
R=24.03%
G=15.53%
B=60.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal99642490.600.7400.02251.3593.9161.37
Hex6340F93C4A02fb5e3d
Octal143100371741120237313675
Binary11000111000000111110011111001001010010111110111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6340F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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