#684DF9

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

Shades of Neon Blue #684DF9

Tints of Neon Blue #684DF9

Color information

#684DF9 (or 0x684DF9) is unknown color: approx Neon Blue. HEX triplet: 68, 4D and F9. RGB value is (104,77,249). Sum of RGB (Red+Green+Blue) = 104+77+249=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #684DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #684DF9 is #97B206. Grayscale: #686868. Windows color (decimal): -9941511 or 16338280. OLE color: 16338280.

HSL color Cylindrical-coordinate representation of color #684DF9: hue angle of 249.42º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #684DF9 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10477249-
CMYK0.580.6900.02
HSL249.42º93.48%63.92%-
HSV(B)249.42º69.08%97.65%-
XYZ25.4615.0991.19-
YUV104.68209.45127.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.19%
GREEN value IS 77 (30.47% from 255) = 17.91%
BLUE value IS 249 (97.66% from 255) = 57.91%
R=24.19%
G=17.91%
B=57.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal104772490.580.6900.02249.4293.4863.92
Hex684DF93A4502f95d40
Octal1501153717210502371135100
Binary110100010011011111100111101010001010101111100110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684DF9; }

 p { color: rgb(104,77,249); }

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

<style>
 a { background-color: #684DF9; }

 a { background-color: rgb(104,77,249); }

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

<style>
 span { border-color: #684DF9; }

 span { border-color: rgb(104,77,249); }

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