#684BF9

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

Shades of Neon Blue #684BF9

Tints of Neon Blue #684BF9

Color information

#684BF9 (or 0x684BF9) is unknown color: approx Neon Blue. HEX triplet: 68, 4B and F9. RGB value is (104,75,249). Sum of RGB (Red+Green+Blue) = 104+75+249=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #684BF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #684BF9 is #97B406. Grayscale: #666666. Windows color (decimal): -9942023 or 16337768. OLE color: 16337768.

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

Color convert

RGB10475249-
CMYK0.580.7000.02
HSL250º93.55%63.53%-
HSV(B)250º69.88%97.65%-
XYZ25.3214.8191.15-
YUV103.51210.11128.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.30%
GREEN value IS 75 (29.69% from 255) = 17.52%
BLUE value IS 249 (97.66% from 255) = 58.18%
R=24.30%
G=17.52%
B=58.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal104752490.580.7000.0225093.5563.53
Hex684BF93A4602fa5e40
Octal1501133717210602372136100
Binary110100010010111111100111101010001100101111101010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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