Html Css Color HEX #684DF9 Neon Blue

📋 copy color: '#684DF9'

red 104 ◦ green 77 ◦ blue 249

#684DF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #684DF9

Tints of Neon Blue #684DF9

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 value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#684DF9 (or 0x684DF9) is known color: 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

RGB 104 77 249 -
CMYK 0.58 0.69 0 0.02
HSL 249.42º 0.93% 0.64% -
HSV(B) 249.42º 0.69% 0.98% -
XYZ 25.46 15.09 91.19 -
YUV 104.68 209.45 127.51 -
System Red Green Blue C M Y K H S L
Decimal 104 77 249 0.58 0.69 0 0.02 249.42 0.93 0.64
Hex 68 4D F9 3A 45 0 2 F9 5D 40
Octal 150 115 371 72 105 0 2 371 135 100
Binary 1101000 1001101 11111001 111010 1000101 0 10 11111001 1011101 1000000

Color Harmonies of #684DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684DF9

Black with #684DF9

Text Example


Text Example

White with #684DF9

Text Example


Text Example

HTML Codes & Css Web 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>